1.监督计划功能调整
This commit is contained in:
@@ -25,7 +25,7 @@ import java.time.LocalDateTime;
|
||||
* @since 2023-06-21
|
||||
*/
|
||||
@Data
|
||||
@TableName("supv_plan")
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class SupvPlanParam extends BaseParam {
|
||||
|
||||
|
||||
@@ -74,6 +74,12 @@ public class SupvPlanParam extends BaseParam {
|
||||
@DateTimeStrValid(message = "计划监督时间格式有误")
|
||||
private String planSupvDate;
|
||||
|
||||
/**
|
||||
* 监督对象id
|
||||
*/
|
||||
@ApiModelProperty(value = "监督对象id")
|
||||
private String supvObjId;
|
||||
|
||||
/**
|
||||
* 监督对象名称
|
||||
*/
|
||||
|
||||
@@ -123,7 +123,9 @@ public class SupvPlan extends BaseEntity {
|
||||
|
||||
private String supvObjName;
|
||||
|
||||
@TableField(exist = false)
|
||||
/**
|
||||
* 监督对象id
|
||||
*/
|
||||
private String supvObjId;
|
||||
|
||||
/**
|
||||
|
||||
@@ -72,6 +72,12 @@ public class SupvPlanVO {
|
||||
@JsonFormat(pattern = "yyyy-MM")
|
||||
private String planSupvDate;
|
||||
|
||||
/**
|
||||
* 监督对象Id
|
||||
*/
|
||||
@ApiModelProperty(value = "监督对象Id")
|
||||
private String supvObjId;
|
||||
|
||||
/**
|
||||
* 监督对象名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user