| | |
| | | type FileTemplateCategory int |
| | | |
| | | const ( |
| | | FileTemplateCategory_Selfmade FileTemplateCategory = iota + 1 //入库-自制 |
| | | FileTemplateCategory_Output //出库 |
| | | FileTemplateCategory_JialianInput = 14 //嘉联入库 |
| | | FileTemplateCategory_JialianOutput = 15 //嘉联出库 |
| | | 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 |