培训记录字段修改
parent
957d07efb1
commit
b1acfeaa7a
|
|
@ -52,7 +52,7 @@ public class PersonnelPlanLog extends CommUpdate implements Serializable {
|
||||||
@TableField(value="plan_id")
|
@TableField(value="plan_id")
|
||||||
@Schema(description="培训计划主键")
|
@Schema(description="培训计划主键")
|
||||||
@JsonSerialize(using = ToStringSerializer.class)
|
@JsonSerialize(using = ToStringSerializer.class)
|
||||||
@NotNull(message = "培训计划不能为空",groups = {Insert.class, Update.class})
|
// @NotNull(message = "培训计划不能为空",groups = {Insert.class, Update.class})
|
||||||
private Long planId;
|
private Long planId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue