old mode 100644
new mode 100755
| | |
| | | **/ |
| | | public class StoreAttrDto extends PageDto implements Serializable { |
| | | |
| | | //法人 |
| | | public static final String SPEC_CD_CORPORATION = "100201903001"; |
| | | public static final String SPEC_CD_FOUNDINGTIME = "100201903003"; |
| | | |
| | | |
| | | private String storeId; |
| | | private String[] storeIds; |
| | | private String attrId; |
| | | private String specCd; |
| | | private String value; |
| | | private String name; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getName() { |
| | | return name; |
| | | } |
| | | |
| | | public void setName(String name) { |
| | | this.name = name; |
| | | } |
| | | } |