java110
2022-03-15 08e418ef3183857f0000006638dafe558988d118
java110-bean/src/main/java/com/java110/dto/feeCollectionOrder/FeeCollectionOrderDto.java
@@ -19,6 +19,12 @@
    public static final String STATE_WAIT = "W";
    public static final String STATE_DOING = "D";
    public static final String STATE_FINISH = "F";
    public static final String STATE_ERROR = "E";
    //催缴方式,001 仅短信方式  002 短信微信方式 003 仅微信方式
    public static final String COLLECTION_WAY_SMS = "001";
    public static final String COLLECTION_WAY_WECHAT_SMS = "002";
    public static final String COLLECTION_WAY_WECHAT = "003";
    private String orderId;
    private String staffName;
@@ -26,7 +32,7 @@
    private String communityId;
    private String collectionWay;
    private String staffId;
    private String remarks;
    private String remark;
    private String collectionName;
@@ -83,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() {