feat: fix bug
parent
134148a695
commit
88d4b5e702
|
|
@ -79,29 +79,4 @@ public class ProjectChargeContractDTO implements Serializable {
|
||||||
*/
|
*/
|
||||||
@SerializedName("remark")
|
@SerializedName("remark")
|
||||||
private String remark;
|
private String remark;
|
||||||
/**
|
|
||||||
* 创建时间
|
|
||||||
*/
|
|
||||||
@SerializedName("create_time")
|
|
||||||
private Date createTime;
|
|
||||||
/**
|
|
||||||
* 创建人
|
|
||||||
*/
|
|
||||||
@SerializedName("creater")
|
|
||||||
private String creater;
|
|
||||||
/**
|
|
||||||
* 更新时间
|
|
||||||
*/
|
|
||||||
@SerializedName("update_time")
|
|
||||||
private Date updateTime;
|
|
||||||
/**
|
|
||||||
* 更新人
|
|
||||||
*/
|
|
||||||
@SerializedName("updater")
|
|
||||||
private String updater;
|
|
||||||
/**
|
|
||||||
* 记录状态(0:正常 1:删除)
|
|
||||||
*/
|
|
||||||
@SerializedName("record_status")
|
|
||||||
private String recordStatus;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -85,29 +85,4 @@ public class ProjectCollectContractDTO implements Serializable {
|
||||||
*/
|
*/
|
||||||
@SerializedName("remark")
|
@SerializedName("remark")
|
||||||
private String remark;
|
private String remark;
|
||||||
/**
|
|
||||||
* 创建时间
|
|
||||||
*/
|
|
||||||
@SerializedName("create_time")
|
|
||||||
private Date createTime;
|
|
||||||
/**
|
|
||||||
* 创建人
|
|
||||||
*/
|
|
||||||
@SerializedName("creater")
|
|
||||||
private String creater;
|
|
||||||
/**
|
|
||||||
* 更新时间
|
|
||||||
*/
|
|
||||||
@SerializedName("update_time")
|
|
||||||
private Date updateTime;
|
|
||||||
/**
|
|
||||||
* 更新人
|
|
||||||
*/
|
|
||||||
@SerializedName("updater")
|
|
||||||
private String updater;
|
|
||||||
/**
|
|
||||||
* 记录状态(0:正常 1:删除)
|
|
||||||
*/
|
|
||||||
@SerializedName("record_status")
|
|
||||||
private String recordStatus;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -110,29 +110,4 @@ public class ProjectCollectRecordDTO implements Serializable {
|
||||||
*/
|
*/
|
||||||
@SerializedName("collect_result")
|
@SerializedName("collect_result")
|
||||||
private String collectResult;
|
private String collectResult;
|
||||||
/**
|
|
||||||
* 创建时间
|
|
||||||
*/
|
|
||||||
@SerializedName("create_time")
|
|
||||||
private Date createTime;
|
|
||||||
/**
|
|
||||||
* 创建人
|
|
||||||
*/
|
|
||||||
@SerializedName("creater")
|
|
||||||
private String creater;
|
|
||||||
/**
|
|
||||||
* 更新时间
|
|
||||||
*/
|
|
||||||
@SerializedName("update_time")
|
|
||||||
private Date updateTime;
|
|
||||||
/**
|
|
||||||
* 更新人
|
|
||||||
*/
|
|
||||||
@SerializedName("updater")
|
|
||||||
private String updater;
|
|
||||||
/**
|
|
||||||
* 记录状态(0:正常 1:删除)
|
|
||||||
*/
|
|
||||||
@SerializedName("record_status")
|
|
||||||
private String recordStatus;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue