代码调整
This commit is contained in:
@@ -6,8 +6,9 @@ package com.njcn.user.pojo.constant;
|
||||
public interface ComponentState {
|
||||
|
||||
/**
|
||||
* 状态 0-删除;1-正常;默认正常 测试jenkins打包
|
||||
* 状态 0-删除;1-正常;默认正常
|
||||
*/
|
||||
String s = "测试jenkins打包";
|
||||
int DELETE = 0;
|
||||
|
||||
int ENABLE = 1;
|
||||
|
||||
Reference in New Issue
Block a user