java110
2021-08-19 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb
java110-bean/src/main/java/com/java110/dto/feeCollectionOrder/FeeCollectionOrderDto.java
@@ -19,11 +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 = "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;
@@ -31,7 +32,7 @@
    private String communityId;
    private String collectionWay;
    private String staffId;
    private String remarks;
    private String remark;
    private String collectionName;
@@ -88,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() {