Commit 0fb10b72 by liuyang

2024-08-14

parent 8c2b9ef0
......@@ -51,6 +51,20 @@ public class CommonConstant {
// 日
public static final String DAY = "DAY";
}
/**
* 设备计划状态
*
* @author:songx
* @date:2024/1/20,15:04
*/
public static class PlanStatus{
// 审核通过
public static final Integer UN_PLAN = 1;
// 待审核
public static final Integer ON_PLAN = 0;
}
/**
* 常用字段常量
......@@ -62,6 +76,8 @@ public class CommonConstant {
// DETAIL
public static final String DETAIL = "detail";
// DETAIL1
public static final String DETAIL1 = "detail1";
// ID
public static final String ID = "id";
// 生产订单号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment