|
|
@ -5,8 +5,6 @@ import io.swagger.annotations.Api;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @Description : 报工事务明细表model
|
|
|
|
* @Description : 报工事务明细表model
|
|
|
|
* @Reference :
|
|
|
|
* @Reference :
|
|
|
@ -15,7 +13,6 @@ import javax.persistence.Entity;
|
|
|
|
* @Modify:
|
|
|
|
* @Modify:
|
|
|
|
**/
|
|
|
|
**/
|
|
|
|
@Data
|
|
|
|
@Data
|
|
|
|
@Entity
|
|
|
|
|
|
|
|
@Api("报工事务明细表model")
|
|
|
|
@Api("报工事务明细表model")
|
|
|
|
public class WmsReportTransDetailModel extends BaseBean {
|
|
|
|
public class WmsReportTransDetailModel extends BaseBean {
|
|
|
|
private static final long serialVersionUID = 1547988564672291041L;
|
|
|
|
private static final long serialVersionUID = 1547988564672291041L;
|
|
|
|