新增完善执法信息相关接口

This commit is contained in:
renhao02 2025-03-28 13:52:10 +08:00
parent 26720fa425
commit e0dd5bf090
3 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,7 @@ public class BigScreenController {
return Ok.of(bigScreenService.findEnforcementInfoByEnterpriseId(enterpriseId));
}
/**
* 任务完成情况
*

View File

@ -55,6 +55,7 @@ public class Archive extends BaseModel {
@Column(name = "check_result", columnDefinition = "TEXT")
private String checkResult;
/**
* 处理意见
*/

View File

@ -61,6 +61,7 @@ import java.util.Objects;
order by fillingDate
""")
})
public class EnforcementInfo extends BaseModel {
@Id
@Comment("执法信息唯一IDULID")