培训记录字段修改

master
徐杰盟 2024-10-18 10:33:52 +08:00
parent 957d07efb1
commit b1acfeaa7a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class PersonnelPlanLog extends CommUpdate implements Serializable {
@TableField(value="plan_id")
@Schema(description="培训计划主键")
@JsonSerialize(using = ToStringSerializer.class)
@NotNull(message = "培训计划不能为空",groups = {Insert.class, Update.class})
// @NotNull(message = "培训计划不能为空",groups = {Insert.class, Update.class})
private Long planId;
/**