|
@@ -859,6 +859,16 @@ public class SaveConstans {
|
|
public static final String TO_BE_PUT_INTO_STORAGE = "待入库";
|
|
public static final String TO_BE_PUT_INTO_STORAGE = "待入库";
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 在制品类型
|
|
|
|
+ */
|
|
|
|
+ public static class WorkInProgressType{
|
|
|
|
+ public static final String PASS="合格在制品";
|
|
|
|
+ public static final String REJECTS="不良在制品";
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+
|
|
public static class CheckLevel {
|
|
public static class CheckLevel {
|
|
/**
|
|
/**
|
|
* B级
|
|
* B级
|