ops_delivery_project.go 467 B

1234567891011121314
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package opsdev
  5. import (
  6. "dashoo.cn/opms_parent/app/model/opsdev/internal"
  7. )
  8. // OpsDeliveryProject is the golang structure for table ops_delivery_project.
  9. type OpsDeliveryProject internal.OpsDeliveryProject
  10. // Fill with you ideas below.