| | |
| | | |
| | | public static final String SPEC_CD_REPAIR = "390001"; // 报修单ID |
| | | |
| | | public static final String SPEC_CD_IMPORT_FEE_NAME = "390002";//导入费用名称 |
| | | |
| | | public static final String SPEC_CD_SHARE_DEGREES = "390003";//公摊用量 |
| | | public static final String SPEC_CD_TOTAL_DEGREES = "390004";//公摊总用量 |
| | | public static final String SPEC_CD_SHARE_FORMULA = "390005";//公摊公式 |
| | | |
| | | private String attrId; |
| | | private String specCd; |
| | | private String specCdName; |
| | | private String communityId; |
| | | private String feeId; |
| | | private String value; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getSpecCdName() { |
| | | return specCdName; |
| | | } |
| | | |
| | | public void setSpecCdName(String specCdName) { |
| | | this.specCdName = specCdName; |
| | | } |
| | | } |