File was renamed from src/main/java/com/zy/asrs/entity/BasLocType.java |
| | |
| | | import java.text.SimpleDateFormat; |
| | | import java.util.Date; |
| | | |
| | | @TableName("asr_bas_loc_type") |
| | | public class BasLocType implements Serializable { |
| | | @TableName("asr_bas_loc_sts") |
| | | public class BasLocSts implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | @TableField("appe_time") |
| | | private Date appeTime; |
| | | |
| | | public BasLocType() {} |
| | | public BasLocSts() {} |
| | | |
| | | public BasLocType(String locDesc,Long modiUser,Date modiTime,Long appeUser,Date appeTime) { |
| | | public BasLocSts(String locDesc,Long modiUser,Date modiTime,Long appeUser,Date appeTime) { |
| | | this.locDesc = locDesc; |
| | | this.modiUser = modiUser; |
| | | this.modiTime = modiTime; |
| | |
| | | this.appeTime = appeTime; |
| | | } |
| | | |
| | | // BasLocType basLocType = new BasLocType( |
| | | // BasLocSts basLocSts = new BasLocSts( |
| | | // null, // 库位状态描述 |
| | | // null, // 修改人员 |
| | | // null, // 修改时间 |