|
|
|
@ -5,11 +5,7 @@ import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -64,6 +60,9 @@ public class ProdOrgModel extends BaseBean {
|
|
|
|
|
@ApiParam("工位类型")
|
|
|
|
|
private Integer workCellType;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工位等级:正常工位,监控工位")
|
|
|
|
|
private Integer grade;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("序号")
|
|
|
|
|
private Integer seq;
|
|
|
|
|