切换mysql为达梦数据库-代码审查

1.supervision-boot模块
This commit is contained in:
2024-09-27 10:28:01 +08:00
parent 64187da4fb
commit a4c17a4ac1
205 changed files with 1180 additions and 1722 deletions

View File

@@ -50,7 +50,7 @@ public class LibAlgorithm extends BaseEntity {
/**
* 定义
*/
@TableField(value = "`definition`")
@TableField(value = "definition")
private String definition;
/**
@@ -74,7 +74,7 @@ public class LibAlgorithm extends BaseEntity {
/**
* 状态(字典 1正常 0删除
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
/**

View File

@@ -82,7 +82,7 @@ public class LibCase extends BaseEntity {
/**
* 状态(字典 1正常 删除)
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;

View File

@@ -55,7 +55,7 @@ public class LibStandard extends BaseEntity {
/**
* 状态(字典 1正常 删除)
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
@TableField(exist = false)
private List<LibStandard> children;

View File

@@ -42,7 +42,7 @@ public class LibTemplate extends BaseEntity {
/**
* 状态(字典 1正常 删除)
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;

View File

@@ -145,19 +145,19 @@ public class SupervisionDevMainReportPO extends BaseEntity {
/**
* 1:审批中2审批通过3审批不通过4已取消
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`State`")
@TableField(value = "State")
private Integer state;
/**
* 状态0系统建档 1外部导入
*/
@TableField(value = "`import_type`")
@TableField(value = "import_type")
private Integer importType;
}

View File

@@ -47,14 +47,14 @@ public class SupervisionTempLineDebugPO extends BaseEntity {
/**
* 1:审批中2审批通过3审批不通过4已取消
*/
@TableField(value = "`status`")
@TableField(value = "status")
@ApiModelProperty(value="1:审批中2审批通过3审批不通过4已取消,5数据同步完成")
private Integer status;
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`State`")
@TableField(value = "State")
@ApiModelProperty(value="状态0-删除 1-正常")
private Integer state;
}

View File

@@ -247,12 +247,12 @@ public class SupervisionTempLineReport extends BaseEntity {
/**
* 1:审批中2审批通过3审批不通过4已取消
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`State`")
@TableField(value = "State")
private Integer state;
}

View File

@@ -227,13 +227,13 @@ public class SupervisionPlanPO extends BaseEntity {
/**
* 1:审批中2审批通过3审批不通过4已取消
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`State`")
@TableField(value = "State")
private Integer state;
}

View File

@@ -87,7 +87,7 @@ public class SupervisionUserComplaintPO extends BaseEntity {
/**
* 是否实现检测(01是)
*/
@TableField(value = "`detection_flag`")
@TableField(value = "detection_flag")
private Integer detectionFlag;
@@ -113,7 +113,7 @@ public class SupervisionUserComplaintPO extends BaseEntity {
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`state`")
@TableField(value = "state")
private Integer state;

View File

@@ -90,6 +90,6 @@ public class SupervisionGeneralSurveyPlanDetailPO extends BaseEntity {
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`State`")
@TableField(value = "State")
private Integer state;
}

View File

@@ -75,7 +75,7 @@ public class SupervisionGeneralSurveyPlanPO extends BaseEntity {
/**
* 计划状态(1:审批中2审批通过3审批不通过4已取消
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
/**
@@ -113,6 +113,6 @@ public class SupervisionGeneralSurveyPlanPO extends BaseEntity {
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`State`")
@TableField(value = "State")
private Integer state;
}

View File

@@ -139,14 +139,14 @@ public class UserReportPO extends BaseEntity {
/**
* 审批状态1:审批中2审批通过3审批不通过4已取消
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
/**
* 状态0-删除 1-正常
*/
@TableField(value = "`State`")
@TableField(value = "State")
private Integer state;

View File

@@ -85,6 +85,6 @@ public class UserReportProjectPO extends BaseEntity {
/**
* 数据状态
*/
@TableField(value = "`state`")
@TableField(value = "state")
private Integer state;
}

View File

@@ -145,7 +145,7 @@ public class UserReportSensitivePO extends BaseEntity {
/**
* 数据状态
*/
@TableField(value = "`state`")
@TableField(value = "state")
private Integer state;
/**

View File

@@ -126,7 +126,7 @@ public class UserReportSubstationPO extends BaseEntity {
/**
* 数据状态
*/
@TableField(value = "`state`")
@TableField(value = "state")
private Integer state;

View File

@@ -132,7 +132,7 @@ public class UserReportVO {
/**
* 审批状态1:审批中2审批通过3审批不通过4已取消
*/
@TableField(value = "`status`")
@TableField(value = "status")
private Integer status;
/**