Commit 13cc1938 by huluobin

# fee

parent 305f7635
package com.blt.other.database.model;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
......
......@@ -33,6 +33,7 @@ public class CostDetailDomain {
@ApiModelProperty("描述")
private String description;
@TableField(exist = false)
private Integer accountingSubjectId;
@TableField(exist = false)
@ApiModelProperty("会计一级科目")
......
......@@ -89,6 +89,7 @@ public class CostDomain implements Serializable {
private String typeName;
@TableField(exist = false)
private Integer accountingSubjectId;
@TableField(exist = false)
@ApiModelProperty("会计一级科目")
......
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