| 12345678910111213141516171819 |
- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package model
- import (
- internal2 "lims_adapter/model/account/internal"
- )
- // SettleAccountMain is the golang structure for table settle_account_main.
- type SettleAccountMain internal2.SettleAccountMain
- // Fill with you ideas below.
- type SettleAccountMainReq struct {
- AppointUserId int `orm:"AppointUserId" json:"appoint_user_id"`
- RelevanceId int `orm:"RelevanceId" json:"relevance_id"`
- }
|