添加导出
This commit is contained in:
parent
87f2875fef
commit
4b57646fd5
@ -50,6 +50,7 @@ const (
|
|||||||
ExportTypeCustoms = "customs" // 报关导出
|
ExportTypeCustoms = "customs" // 报关导出
|
||||||
ExportTypeExchangeSettlement = "exchangeSettlement" // 结汇导出
|
ExportTypeExchangeSettlement = "exchangeSettlement" // 结汇导出
|
||||||
ExportTypeAccounting = "accounting" // 做账导出
|
ExportTypeAccounting = "accounting" // 做账导出
|
||||||
|
ExportTypeAccountingFactory = "accountingFactory" // 做账工厂导出
|
||||||
)
|
)
|
||||||
|
|
||||||
type BanFlag = int64 // 出舱状态
|
type BanFlag = int64 // 出舱状态
|
||||||
|
@ -142,6 +142,7 @@ func (t *template) Delete(ctx context.Context, templateIds []int64) (err error)
|
|||||||
type ArgsTemplateExportData struct {
|
type ArgsTemplateExportData struct {
|
||||||
ExportType ExportType // 导出类型
|
ExportType ExportType // 导出类型
|
||||||
DataId int64 // 导出数据id
|
DataId int64 // 导出数据id
|
||||||
|
Search string // 筛选json
|
||||||
}
|
}
|
||||||
|
|
||||||
// ExportData @TITLE 导出数据
|
// ExportData @TITLE 导出数据
|
||||||
|
Loading…
Reference in New Issue
Block a user