old mode 100644
new mode 100755
| | |
| | | public static final String STATE_APPLY = "1";//申请验房 |
| | | |
| | | private String applyType; |
| | | private String applyTypeName; |
| | | private String ardId; |
| | | private String createUserName; |
| | | private String createUserTel; |
| | |
| | | private String startTime; |
| | | private String endTime; |
| | | private String state; |
| | | private String stateName; |
| | | private String communityId; |
| | | private String discountId; |
| | | |
| | | //是否可用 |
| | | private String inUse; |
| | | private String discountName; |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getApplyType() { |
| | | return applyType; |
| | |
| | | public void setArdId(String ardId) { |
| | | this.ardId = ardId; |
| | | } |
| | | |
| | | |
| | | |
| | | public String getCheckUserId() { |
| | | return checkUserId; |
| | |
| | | this.discountId = discountId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setCreateRemark(String createRemark) { |
| | | this.createRemark = createRemark; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getApplyTypeName() { |
| | | return applyTypeName; |
| | | } |
| | | |
| | | public void setApplyTypeName(String applyTypeName) { |
| | | this.applyTypeName = applyTypeName; |
| | | } |
| | | |
| | | public String getInUse() { |
| | | return inUse; |
| | | } |
| | | |
| | | public void setInUse(String inUse) { |
| | | this.inUse = inUse; |
| | | } |
| | | |
| | | public String getDiscountName() { |
| | | return discountName; |
| | | } |
| | | |
| | | public void setDiscountName(String discountName) { |
| | | this.discountName = discountName; |
| | | } |
| | | } |