This commit is contained in:
邹宗楠
2022-10-21 15:12:02 +08:00
parent 63fe824223
commit 4eb0810099

View File

@@ -17,7 +17,3 @@ func (v *PrintBill) TableUnique() [][]string {
[]string{"PrintNo"},
}
}
func (v *PrintBill) TableIndex() [][]string {
return [][]string{}
}