根据申请ID获取审批记录列表 增加操作类型字段
This commit is contained in:
@@ -3,6 +3,8 @@ package com.cool.store.dto.pre.fry;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.persistence.Column;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2025/6/21 14:39
|
||||
@@ -16,5 +18,6 @@ public class ApprovalRecordDTO {
|
||||
private String remark;
|
||||
@ApiModelProperty("操作状态1-通过 2-拒绝")
|
||||
private Integer operationStatus;
|
||||
|
||||
@ApiModelProperty("记录类型:1-申请提交,2-审批操作")
|
||||
private Integer recordType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user