| | |
| | | **/ |
| | | public class StorehouseDto extends PageDto implements Serializable { |
| | | |
| | | public static final String SH_TYPE_GROUP = "2806"; |
| | | public static final String SH_TYPE_COMMUNITY = "2807"; |
| | | public static final String SH_TYPE_GROUP = "2806"; //集团仓库 |
| | | public static final String SH_TYPE_COMMUNITY = "2807"; //项目仓库 |
| | | |
| | | private String shDesc; |
| | | private String shType; |
| | |
| | | private String shName; |
| | | private String storeId; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | public String getShDesc() { |
| | | return shDesc; |
| | |
| | | public void setStoreId(String storeId) { |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |