mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 05:12:07 +08:00
生产单excel导入问题修复:配件备注补充
This commit is contained in:
+24
-2
@@ -13,8 +13,30 @@ import lombok.Getter;
|
||||
@AllArgsConstructor
|
||||
public enum OrderImportTmpDataTypeEnum {
|
||||
ORDER(0),
|
||||
PLATE(1),
|
||||
PART(2);
|
||||
ROOM(1),
|
||||
BODY(2),
|
||||
GROUP(3),
|
||||
GOODS(4),
|
||||
PLATE(6),
|
||||
PART(7),
|
||||
PART_EDGING(8),
|
||||
PART_HARDWARE(9),
|
||||
PART_ASSEMBLY(10),
|
||||
BLOCK_OUTLINE_POINT(11),
|
||||
BLOCK_CUTTINGOUTLINE(12),
|
||||
BLOCK_CUTTINGOUTLINE_POINT(13),
|
||||
BLOCK_RAWOUTLINE_POINT(14),
|
||||
BLOCK_HOLES(15),
|
||||
BLOCK_HOLE(16),
|
||||
BLOCK_GROOVES(17),
|
||||
BLOCK_GROOVE(18),
|
||||
BLOCK_GROOVE_OUTLINE_POINT(19),
|
||||
BLOCK_GROOVE_POINTS_POINT(20),
|
||||
BLOCK_GROOVE_ISLET(21),
|
||||
BLOCK_GROOVE_ISLET_POINTS_POINT(22),
|
||||
BLOCK_GROOVE_OFFSETLINE(23),
|
||||
BLOCK_REMKAR(24),
|
||||
PART_REMARK(25);
|
||||
|
||||
private int type;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user