增加案件办理、执法形式、案件来源等接口
This commit is contained in:
parent
32bcc353ba
commit
cb5bf09fd4
|
|
@ -460,7 +460,6 @@ public class Case extends BaseModel {
|
|||
@Column(length = 100)
|
||||
@Comment("案件来源")
|
||||
private String caseSource;
|
||||
|
||||
/**
|
||||
* 归档号
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -526,7 +526,7 @@ public class EnforcementInfoHistory extends BaseModel {
|
|||
private String caseCause;
|
||||
|
||||
/**
|
||||
* 案件来源code
|
||||
* 案件来源co
|
||||
*/
|
||||
@Column(length = 2)
|
||||
@Comment("案件来源code")
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import java.time.LocalDateTime;
|
|||
public class CaseInfoDto {
|
||||
private String caseNum; //案件号
|
||||
private String enforcementId; //执法信息id
|
||||
private String agencyId; //机构id
|
||||
private String filedUserId;//立案人id
|
||||
private String filedUserName;//立案人
|
||||
private LocalDateTime fillingTime;//立案时间
|
||||
|
|
|
|||
Loading…
Reference in New Issue