mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
完善默认值
This commit is contained in:
@@ -23,7 +23,7 @@ public class CoalAnalysisEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
@Formula(
|
||||
"(select i.name\n"
|
||||
|
||||
@@ -23,7 +23,7 @@ public class CoalAnalysisHisEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
@ManyToOne
|
||||
@Comment("关联化验数据")
|
||||
|
||||
@@ -29,7 +29,7 @@ import java.util.stream.Collectors;
|
||||
public class CoalWashingDailyAnalysisEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
@Formula(
|
||||
"(select i.name\n"
|
||||
|
||||
@@ -84,7 +84,7 @@ public class EmpSalaryEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
@Formula(
|
||||
"(select i.name\n"
|
||||
|
||||
@@ -24,7 +24,7 @@ public class EmpSalaryBatchEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
@Formula(
|
||||
"(select i.name\n"
|
||||
|
||||
@@ -48,7 +48,7 @@ public class EmployeeRecordEntity extends OrgCommonEntity {
|
||||
|
||||
@Comment("归档状态")
|
||||
@ColumnDefault("'0'")
|
||||
private String archiveStatus;
|
||||
private String archiveStatus = "0";
|
||||
|
||||
@Formula(
|
||||
"(select i.name\n"
|
||||
|
||||
@@ -1984,6 +1984,26 @@
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"code": "emp.salary.item.config.type",
|
||||
"name": "工资公式项目配置信息",
|
||||
"item": [
|
||||
{
|
||||
"code": "0",
|
||||
"name": "人员字段"
|
||||
},
|
||||
{
|
||||
"code": "1",
|
||||
"name": "工资字段"
|
||||
},
|
||||
{
|
||||
"code": "2",
|
||||
"name": "其他"
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "emp.record.type",
|
||||
"name": "员工档案记录类型",
|
||||
|
||||
Reference in New Issue
Block a user