- // ==========================================================================
- // This is auto-generated by gf cli tool. Fill this file as you wish.
- // ==========================================================================
- package model
- import (
- "lims_adapter/model/account/internal"
- )
- // SettleAccountBill is the golang structure for table settle_account_bill.
- type SettleAccountBill internal.SettleAccountBill
- // Fill with you ideas below.
|