java110
2021-08-12 4dbf61c9189796ec46d39ac4b839cfc064e70411
java110-bean/src/main/java/com/java110/dto/feeCollectionOrder/FeeCollectionOrderDto.java
@@ -23,8 +23,8 @@
    //催缴方式,001 仅短信方式  002 短信微信方式 003 仅微信方式
    public static final String COLLECTION_WAY_SMS = "001";
    public static final String COLLECTION_WAY_WECHAT = "002";
    public static final String COLLECTION_WAY_WECHAT_SMS = "003";
    public static final String COLLECTION_WAY_WECHAT_SMS = "002";
    public static final String COLLECTION_WAY_WECHAT = "003";
    private String orderId;
    private String staffName;
@@ -32,7 +32,7 @@
    private String communityId;
    private String collectionWay;
    private String staffId;
    private String remarks;
    private String remark;
    private String collectionName;
@@ -89,12 +89,12 @@
        this.staffId = staffId;
    }
    public String getRemarks() {
        return remarks;
    public String getRemark() {
        return remark;
    }
    public void setRemarks(String remarks) {
        this.remarks = remarks;
    public void setRemark(String remark) {
        this.remark = remark;
    }
    public String getCollectionName() {