| 123456789101112131415161718192021 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package system
- import (
- internal2 "lims_adapter/model/system/internal"
- )
- // BaseItemdetails is the golang structure for table base_itemdetails.
- type BaseItemdetails internal2.BaseItemdetails
- // Fill with you ideas below.
- type DictReq struct {
- DictCode string `json:"dict_code"`
- ItemName string `json:"item_name"`
- ItemValue string `json:"item_value"`
- SortCode string `json:"sort_code"`
- }
|