base_itemdetails.go 626 B

123456789101112131415161718192021
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package system
  5. import (
  6. internal2 "lims_adapter/model/system/internal"
  7. )
  8. // BaseItemdetails is the golang structure for table base_itemdetails.
  9. type BaseItemdetails internal2.BaseItemdetails
  10. // Fill with you ideas below.
  11. type DictReq struct {
  12. DictCode string `json:"dict_code"`
  13. ItemName string `json:"item_name"`
  14. ItemValue string `json:"item_value"`
  15. SortCode string `json:"sort_code"`
  16. }