// ========================================================================== // This is auto-generated by gf cli tool. Fill this file as you wish. // ========================================================================== package equipment import ( internal2 "lims_adapter/model/equipment/internal" ) // InstrumentSurcharge is the golang structure for table instrument_surcharge. type InstrumentSurcharge internal2.InstrumentSurcharge type InstrumentSurchargeReq struct { InstrumentId int `json:"instrumentId"` } type InstrumentSurchargeSaveReq struct { Entity InstrumentSurcharge `json:"entity"` } type InstrumentSurchargeDeleteReq struct { Id int `json:"id"` }