租赁去掉查询字典改为直接存值
This commit is contained in:
@@ -65,9 +65,15 @@ public class Lease extends BaseVOEntity{
|
||||
@ApiModelProperty("费用类别")
|
||||
private String serviceItemsCode;
|
||||
|
||||
@ApiModelProperty("费用类别")
|
||||
private String serviceItemsName;
|
||||
|
||||
@ApiModelProperty("费用科目")
|
||||
private String secondSubjectCode;
|
||||
|
||||
@ApiModelProperty("费用科目")
|
||||
private String secondSubjectName;
|
||||
|
||||
@ApiModelProperty(name = "出账日")
|
||||
private Integer billDays;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user