质量管理枚举
This commit is contained in:
@ -1,6 +1,10 @@
|
|||||||
package org.dromara.bigscreen.enums;
|
package org.dromara.bigscreen.enums;
|
||||||
|
|
||||||
public class DpEnum {
|
public enum DpEnum {
|
||||||
|
|
||||||
|
ZLGLLX_ZXGL("专项检查", "1"),
|
||||||
|
ZLGLLX_DQJC("专项检查", "2"),
|
||||||
|
ZLGLLX_RCXJ("专项检查", "3");
|
||||||
|
|
||||||
|
|
||||||
private final String TypeName;
|
private final String TypeName;
|
||||||
|
|||||||
Reference in New Issue
Block a user