年度计划任务接口

This commit is contained in:
jiangzongtao 2025-06-13 17:40:22 +08:00
parent e1f5ee0228
commit 39ba67a3d7
2 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,7 @@ public class AutoEnforcementPlanController {
} }
/** /**
* 更新自动执法计划 * 更新自动执法计
*
* @param planId 企业ID * @param planId 企业ID
* @param autoEnforcementPlan 自动执法计划 * @param autoEnforcementPlan 自动执法计划
* @return 更新结果 * @return 更新结果

View File

@ -32,6 +32,7 @@ public class AutoEnforcementPlan extends BaseModel {
@GeneratedValue(generator = Constants.Genernators.gen_ulid) @GeneratedValue(generator = Constants.Genernators.gen_ulid)
@Comment("唯一IDULID") @Comment("唯一IDULID")
private String planId; private String planId;
/** /**
* 任务名称 * 任务名称
*/ */