Commit db2d1e24 by huluobin

cost req

parent 41b0eb68
package com.bailuntec.domain;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.math.BigDecimal;
......@@ -16,6 +17,12 @@ public class CostDto {
private String typeName; // 大类标题
private String kindNo; // 小类编号
private String kindName; // 小类标题
@ApiModelProperty("会计一级科目")
private String accountingSubjectNo;
@ApiModelProperty("会计一级科目")
private String accountingSubjectName;
private Integer createUserid; // 创建人 id
private String createUsercode; // 创建人编号
private String createUsername; // 创建人名称
......
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