This commit is contained in:
2024-09-10 17:07:31 +08:00
parent 94ca32e113
commit 3838a43615
3 changed files with 39 additions and 1 deletions

View File

@@ -29,5 +29,6 @@ const (
type ExportType = string // 导出类型
const (
ExportTypeSalePi = "salePi" // 销售pi导出
ExportTypeSalePi = "salePi" // 销售pi导出
ExportTypeSaleBenefit = "saleBenefit" // 效益测算导出
)