工作台搜索
This commit is contained in:
@@ -22,6 +22,9 @@ public class IntendPendingVO extends BaseInfoVO {
|
||||
|
||||
private Date updateTime;
|
||||
|
||||
@ApiModelProperty("业务备注")
|
||||
private String businessRemark;
|
||||
|
||||
public IntendPendingVO(){}
|
||||
|
||||
public IntendPendingVO(BaseInfoVO baseInfoVO) {
|
||||
|
||||
@@ -17,6 +17,8 @@ public class PayStagePendingVO extends BaseInfoVO {
|
||||
@ApiModelProperty("缴费时间 2024年04月23日 16:00")
|
||||
private String payTime;
|
||||
private Date updateTime;
|
||||
@ApiModelProperty("业务备注")
|
||||
private String businessRemark;
|
||||
public PayStagePendingVO(){};
|
||||
|
||||
public PayStagePendingVO(BaseInfoVO baseInfoVO) {
|
||||
|
||||
@@ -51,5 +51,6 @@ public class PreparationCommonPendingVO {
|
||||
private Date updateTime;
|
||||
@ApiModelProperty("签约类型")
|
||||
private Integer signType;
|
||||
|
||||
@ApiModelProperty("业务备注")
|
||||
private String businessRemark;
|
||||
}
|
||||
|
||||
@@ -17,7 +17,8 @@ public class SigningPendingVO extends BaseInfoVO {
|
||||
@ApiModelProperty("提交时间 2024年04月23日 16:00")
|
||||
private String submitTime;
|
||||
private Date updateTime;
|
||||
|
||||
@ApiModelProperty("业务备注")
|
||||
private String businessRemark;
|
||||
public SigningPendingVO(){};
|
||||
|
||||
public SigningPendingVO(BaseInfoVO baseInfoVO) {
|
||||
|
||||
Reference in New Issue
Block a user