// ========================================================================== // This is auto-generated by gf cli tool. Fill this file as you wish. // ========================================================================== package model import ( "lims_adapter/model/internal" ) // BaseItemdetails is the golang structure for table base_itemdetails. type BaseItemdetails internal.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"` }