liusheng
2023-06-14 d6f2f458d9c8156981880c987d861423ce9af146
ruoyi-project/src/main/java/com/ruoyi/project/domain/ServiceReimbursementdetailShared.java
@@ -34,6 +34,11 @@
    @Excel(name = "资金申请主表ID")
    private Long rbid;
    /** 差旅报销单明细ID */
    @ApiModelProperty("差旅报销单明细ID")
    @Excel(name = "差旅报销单明细ID")
    private Long rdid;
    /** 人员类别 */
    @ApiModelProperty("人员类别")
    @Excel(name = "人员类别")
@@ -85,6 +90,11 @@
    @ApiModelProperty("交通工具")
    @Excel(name = "交通工具")
    private String traffictype;
    /** 交通工具 */
    @ApiModelProperty("交通工具")
    @Excel(name = "交通工具")
    private String traffictype2;
    /** 市内交通费 */
    @ApiModelProperty("市内交通费")
@@ -177,15 +187,15 @@
    @Excel(name = "其他费用说明")
    private String otherfeedesc;
    /** 金额-接口 */
    @ApiModelProperty("金额-接口")
    @Excel(name = "金额-接口")
    private String jine;
    /** 理由-接口 */
    @ApiModelProperty("理由-接口")
    @Excel(name = "理由-接口")
    private String liyou;
//    /** 金额-接口 */
//    @ApiModelProperty("金额-接口")
//    @Excel(name = "金额-接口")
//    private String jine;
//
//    /** 理由-接口 */
//    @ApiModelProperty("理由-接口")
//    @Excel(name = "理由-接口")
//    private String liyou;
}