diff --git a/erp/receivable.go b/erp/receivable.go index 8fc2cca..1a3696f 100644 --- a/erp/receivable.go +++ b/erp/receivable.go @@ -2,7 +2,6 @@ package erp import ( "context" - "erp/app/constant" "time" "git.kumo.work/shama/service/client" @@ -68,7 +67,7 @@ type ReplyReceivableInfo struct { CurrencyRate decimal.Decimal `json:"currencyRate"` CurrencySymbol string `json:"currencySymbol"` CreatedStaffID int64 `json:"createdStaffID"` - Ik3cloudStatus constant.Flag `json:"ik3CloudStatus"` + Ik3cloudStatus Flag `json:"ik3CloudStatus"` CreatedAt *time.Time `json:"createdAt"` UpdatedAt *time.Time `json:"updatedAt"` Products []ReceivableProductItem `json:"products"`