|
@@ -33,7 +33,6 @@ type ContractInvoice struct {
|
|
|
IsPrePay int `gorm:"column:is_pre_pay" json:"is_pre_pay" description:"是否预付款: 0-不是; 1-是"`
|
|
|
StartDate time.Time `gorm:"column:start_date" json:"start_date" description:"约定开始时间"`
|
|
|
EndDate time.Time `gorm:"column:end_date" json:"end_date" description:"约定结束时间"`
|
|
|
- Pid int `gorm:"column:pid" json:"pid" description:"关联主id"`
|
|
|
base.TimeBase
|
|
|
}
|
|
|
|