代码调整

This commit is contained in:
2023-04-07 09:12:59 +08:00
parent 5d0a682053
commit 9a7571a997
14 changed files with 14 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ package com.njcn.user.pojo.constant;
public interface ComponentState {
/**
* 状态 0-删除1-正常;默认正常
* 状态 0-删除1-正常;默认正常 测试jenkins打包
*/
int DELETE = 0;