Merge branch 'lc20240816'
This commit is contained in:
commit
17f52add11
|
|
@ -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