Commit d8b2d807 authored by qiyaxin's avatar qiyaxin

差旅报销列表-改bug

parent 57130d3b
package com.ruoyi.domain;
import lombok.Data;
//差旅报销审批-驳回实体
@Data
public class TravelOnBusinessApprovalReject {
//差旅报销id
private Integer travelOnBusinessId;
private Integer approveStatus;
//驳回理由
private String groundsForRejection;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment