|
|
@ -9596,6 +9596,7 @@ public class WmsEnumUtil {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
|
|
|
|
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
|
|
|
|
public enum SCRAP_TYPE {
|
|
|
|
public enum SCRAP_TYPE {
|
|
|
|
|
|
|
|
NORMAL_SCRAP(0, "NORMAL", "生产报废"),
|
|
|
|
ISOLATED_SCRAP(10, "ISOLATED", "隔离报废"),
|
|
|
|
ISOLATED_SCRAP(10, "ISOLATED", "隔离报废"),
|
|
|
|
AUTO_SCRAP(20, "AUTO_SCRAP", "自动报废");
|
|
|
|
AUTO_SCRAP(20, "AUTO_SCRAP", "自动报废");
|
|
|
|
|
|
|
|
|
|
|
|