This commit is contained in:
邹宗楠
2025-08-06 10:32:29 +08:00
parent 16dad3d9d8
commit 8c7a3ee765
2 changed files with 9 additions and 6 deletions

View File

@@ -142,13 +142,11 @@ type LakalaSeparateAmt struct {
Remark string `orm:"column(remark);size(256)" json:"remark"` // 备注说明记录订单流程变化
}
func (o *LakalaSeparateAmt) TableUnique() [][]string {
return [][]string{
[]string{"MerchantNo"},
}
}
func (o *LakalaSeparateAmt) TableIndex() [][]string {
return [][]string{
[]string{"MerchantNo"},
[]string{"VendorOrderID"},
[]string{"LogNo"},
[]string{"CreatedAt"},
}
}