行政处罚档案修改
This commit is contained in:
parent
20018ad4e2
commit
64ef808ab3
|
|
@ -453,7 +453,6 @@ public class Case extends BaseModel {
|
||||||
@Comment("案件来源code")
|
@Comment("案件来源code")
|
||||||
private String caseSourceCode;
|
private String caseSourceCode;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 案件来源
|
* 案件来源
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -564,7 +564,6 @@ public class EnforcementInfoHistory extends BaseModel {
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||||
private LocalDate caseClosingDate;
|
private LocalDate caseClosingDate;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查出重大事故隐患(项)
|
* 查出重大事故隐患(项)
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ public class CaseInfoDto {
|
||||||
private String caseSourceCode; //案件来源code
|
private String caseSourceCode; //案件来源code
|
||||||
private String caseSource; //案件来源
|
private String caseSource; //案件来源
|
||||||
private String caseName; //案件名称
|
private String caseName; //案件名称
|
||||||
private String caseAdd; //案发地点
|
|
||||||
private LocalDateTime caseTime; //案发时间
|
private LocalDateTime caseTime; //案发时间
|
||||||
private String caseCause; //案由
|
private String caseCause; //案由
|
||||||
private String caseDesc; //案由描述
|
private String caseDesc; //案由描述
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue