File was renamed from src/main/java/com/zy/asrs/entity/BasWhs.java |
| | |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | |
| | | @TableName("asr_bas_whs") |
| | | public class BasWhs implements Serializable { |
| | | @TableName("asr_bas_whs_type") |
| | | public class BasWhsType implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | * 编号 |
| | | */ |
| | | @ApiModelProperty(value = "编号") |
| | | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | /** |
| | |
| | | * 标识 |
| | | */ |
| | | @ApiModelProperty(value = "标识") |
| | | @TableId(value = "identifying", type = IdType.AUTO) |
| | | private String identifying; |
| | | |
| | | public BasWhs() { |
| | | public BasWhsType() { |
| | | } |
| | | |
| | | public BasWhs(String whsDesc, Long modiUser, Date modiTime, Long appeUser, Date appeTime) { |
| | | public BasWhsType(String whsDesc, Long modiUser, Date modiTime, Long appeUser, Date appeTime) { |
| | | this.whsDesc = whsDesc; |
| | | this.modiUser = modiUser; |
| | | this.modiTime = modiTime; |