parent
d913ce3f06
commit
dd3122629b
4 changed files with 42 additions and 10 deletions
@ -0,0 +1,24 @@ |
|||||||
|
package org.springblade.desk.dashboard.constant; |
||||||
|
|
||||||
|
/** |
||||||
|
* 零件工艺信息 常量类 |
||||||
|
* |
||||||
|
* @author lqk |
||||||
|
*/ |
||||||
|
public interface DsCraftConstant { |
||||||
|
|
||||||
|
// region 优先级
|
||||||
|
/** |
||||||
|
* 本次使用 |
||||||
|
*/ |
||||||
|
Integer PRIORITY_THIS_USE = 1; |
||||||
|
/** |
||||||
|
* 标准 |
||||||
|
*/ |
||||||
|
Integer PRIORITY_FORMAL = 2; |
||||||
|
/** |
||||||
|
* 临时 |
||||||
|
*/ |
||||||
|
Integer PRIORITY_TEMPORARY = 3; |
||||||
|
// endregion
|
||||||
|
} |
||||||
Loading…
Reference in new issue