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= "标识") |
| | | 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; |