2025-03-05 14:14:32 +08:00

11 lines
162 B
Go

package modify
type Modify struct {
Sale sale
Cost cost
SaleProduct saleProduct
CustomsCost customsCost
Gift gift
Audit audit
}