切换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

@@ -34,7 +34,7 @@ public class RFlowProcessPO extends BaseEntity {
/**
* 申请表单类型
*/
@TableField(value = "`type`")
@TableField(value = "type")
private Integer type;
/**