Merge branches 'dev' and 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
0c20a2b655
@ -0,0 +1,15 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.aps.enums;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :工作计划包含的时间类型
|
||||||
|
* @Reference :
|
||||||
|
* @Author : jason.niu
|
||||||
|
* @CreateDate : 2019-09-17
|
||||||
|
* @Modify:
|
||||||
|
**/
|
||||||
|
public enum PLAN_TYPE {
|
||||||
|
PREV_SET,
|
||||||
|
PRODUCE,
|
||||||
|
POST_SET,
|
||||||
|
LOCK
|
||||||
|
}
|
Loading…
Reference in New Issue