update 企业端 会员项目详情

This commit is contained in:
lijiarao
2024-03-25 09:22:39 +08:00
parent bb40172e19
commit 3966e2e882
2 changed files with 2 additions and 7 deletions
@@ -558,6 +558,8 @@ public class PayCommonProjectController extends JeroController<PayCommonProject,
payCommonProject.setEffectiveDate(tbMemberProjectSubitem.getEffectiveDate());
payCommonProject.setInvalidationDate(tbMemberProjectSubitem.getInvalidationDate());
payCommonProject.setEquityStatus(tbMemberProjectSubitem.getEquityStatus());
payCommonProject.setRemarks(tbMemberProjectSubitem.getRemark());
payCommonProject.setChargeNoticeId(tbMemberProjectSubitem.getChargeNoticeId());
}
@@ -351,13 +351,6 @@ public class PayCommonProject implements Serializable {
@ApiModelProperty(value = "收费标准")
private BigDecimal chargeStandard;
/**
* 收费通知文件id
*/
@TableField(exist = false)
@ApiModelProperty(value = "收费通知文件id")
private String chargeNoticeFileId;
/**会员编号*/
@TableField(exist = false)
@ApiModelProperty(value = "会员编号")