6
0

settle_account_main.go 644 B

12345678910111213141516171819
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package model
  5. import (
  6. internal2 "lims_adapter/model/account/internal"
  7. )
  8. // SettleAccountMain is the golang structure for table settle_account_main.
  9. type SettleAccountMain internal2.SettleAccountMain
  10. // Fill with you ideas below.
  11. type SettleAccountMainReq struct {
  12. AppointUserId int `orm:"AppointUserId" json:"appoint_user_id"`
  13. RelevanceId int `orm:"RelevanceId" json:"relevance_id"`
  14. }