- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package opsdev
- import (
- "dashoo.cn/opms_parent/app/model/opsdev/internal"
- )
- // OpsDeliveryProjectDelegate is the golang structure for table ops_delivery_project_delegate.
- type OpsDeliveryProjectDelegate internal.OpsDeliveryProjectDelegate
- // Fill with you ideas below.
|