Your Name
2023-03-19 6a27ce8fec062616f82c3f4cc6606c17596dfc30
java110-bean/src/main/java/com/java110/dto/couponPropertyPool/CouponPropertyPoolDto.java
@@ -39,6 +39,8 @@
    private String statusCd = "0";
    private String remark;
    List<CouponPropertyPoolConfigDto> configs;
@@ -162,4 +164,12 @@
    public void setConfigs(List<CouponPropertyPoolConfigDto> configs) {
        this.configs = configs;
    }
    public String getRemark() {
        return remark;
    }
    public void setRemark(String remark) {
        this.remark = remark;
    }
}