结算代码提交
This commit is contained in:
parent
c9b28aff01
commit
b07473f2ea
|
|
@ -134,8 +134,6 @@ public class AgreementInfo extends BaseEntity {
|
|||
private Integer protocol;
|
||||
@ApiModelProperty(value = "结算总费用")
|
||||
private String cost;
|
||||
@ApiModelProperty(value = "结算状态")
|
||||
private String sltStatus;
|
||||
@ApiModelProperty(value = "费用承担方(01项目,03分包)")
|
||||
private String costBearingParty;
|
||||
private String codeNum;
|
||||
|
|
@ -143,6 +141,8 @@ public class AgreementInfo extends BaseEntity {
|
|||
* 是否结算
|
||||
*/
|
||||
private Integer isSlt;
|
||||
@ApiModelProperty(value = "结算状态")
|
||||
private Integer sltStatus;
|
||||
|
||||
/**
|
||||
* 导出选中列表
|
||||
|
|
|
|||
Loading…
Reference in New Issue