ci: 企标所有Integer改为String
This commit is contained in:
+2
-2
@@ -63,7 +63,7 @@ public class LawsEnterpriseStandard implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "0表示未删除,1表示删除")
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
private String delFlag;
|
||||
|
||||
/**
|
||||
* 企标编号
|
||||
@@ -141,7 +141,7 @@ public class LawsEnterpriseStandard implements Serializable {
|
||||
* 是否试行(0代表不试行,1代表试行)
|
||||
*/
|
||||
@ApiModelProperty(value = "是否试行(0代表不试行,1代表试行)")
|
||||
private Integer tryFlag;
|
||||
private String tryFlag;
|
||||
|
||||
/**
|
||||
* 试行周期
|
||||
|
||||
Reference in New Issue
Block a user