|
@@ -30,7 +30,7 @@ public class BaseModel implements Serializable {
|
|
|
/**
|
|
/**
|
|
|
* 状态:0正常/1锁定
|
|
* 状态:0正常/1锁定
|
|
|
*/
|
|
*/
|
|
|
- private Integer status=0;
|
|
|
|
|
|
|
+ private Integer status = 0;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 创建人
|
|
* 创建人
|
|
@@ -69,6 +69,6 @@ public class BaseModel implements Serializable {
|
|
|
/**
|
|
/**
|
|
|
* 删除标识(0正常/-1删除)
|
|
* 删除标识(0正常/-1删除)
|
|
|
*/
|
|
*/
|
|
|
- private Integer delFlag=0;
|
|
|
|
|
|
|
+ private Integer delFlag = 0;
|
|
|
|
|
|
|
|
}
|
|
}
|