zhangqian
2024-06-27 80c8e74c7428329f06d1aa3b70b95b46da732b0a
constvar/const.go
@@ -286,8 +286,12 @@
type FileTemplateCategory int
const (
   FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //入库-自制
   FileTemplateCategory_Output                                   //出库
   FileTemplateCategory_Selfmade        FileTemplateCategory = iota + 1 //入库-自制
   FileTemplateCategory_Output                                          //出库
   FileTemplateCategory_JialianInput1   = 14                            //嘉联入库模板1
   FileTemplateCategory_JialianOutput1  = 15                            //嘉联出库模块1
   FileWarehouseCategory_JialianInput2  = 16                            //嘉联入库模板2
   FileWarehouseCategory_JialianOutput2 = 17                            //嘉联出库模块2
)
type CodeStandardType string
@@ -310,3 +314,11 @@
   OperationSourceOutsourcingApply OperationSource = 5 //委外领料
   OperationSourceSaleDelivery     OperationSource = 6 //销售发货
)
const DoMonthStatsToken = "Eoh2ZAUJjtbmu0TBkc3dq7MPCpL4riw5NVxOfgXYlKvHF6sR"
type SystemConfigType int
const (
   SystemConfigTypeInventoryCutOffPoint SystemConfigType = 1 //库存结算时间点
)