年度计划任务接口
This commit is contained in:
parent
e1f5ee0228
commit
39ba67a3d7
|
|
@ -66,8 +66,7 @@ public class AutoEnforcementPlanController {
|
|||
}
|
||||
|
||||
/**
|
||||
* 更新自动执法计划
|
||||
*
|
||||
* 更新自动执法计
|
||||
* @param planId 企业ID
|
||||
* @param autoEnforcementPlan 自动执法计划
|
||||
* @return 更新结果
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ public class AutoEnforcementPlan extends BaseModel {
|
|||
@GeneratedValue(generator = Constants.Genernators.gen_ulid)
|
||||
@Comment("唯一ID(ULID)")
|
||||
private String planId;
|
||||
|
||||
/**
|
||||
* 任务名称
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue