settle_account_bill.go 678 B

12345678910111213141516171819202122
  1. // ==========================================================================
  2. // This is auto-generated by gf cli tool. Fill this file as you wish.
  3. // ==========================================================================
  4. package model
  5. import (
  6. "lims_adapter/model/account/internal"
  7. )
  8. // SettleAccountBill is the golang structure for table settle_account_bill.
  9. type SettleAccountBill internal.SettleAccountBill
  10. // Fill with you ideas below.
  11. type SettleAccountBillReq struct {
  12. PageNun int `json:"pageNum"`
  13. PageSize int `json:"pageSize"`
  14. Account string `json:"account"`
  15. AccountName string `json:"accountName"`
  16. RealName string `json:"realName"`
  17. }