|
|
|
@ -12,6 +12,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Lob;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.validation.constraints.Min;
|
|
|
|
|
|
|
|
|
@ -30,8 +31,9 @@ import javax.validation.constraints.Min;
|
|
|
|
|
@Table(name="APS_FURNACE_CAPACITY")
|
|
|
|
|
@Api("炉容量")
|
|
|
|
|
public class FurnaceCapacity extends BaseAPS {
|
|
|
|
|
|
|
|
|
|
private static final long serialVersionUID = -5657804042629460659L;
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
|
@Column(name="RES_CODES")
|
|
|
|
|
@ApiParam(value ="资源编码")
|
|
|
|
|
@FieldAnnotation(editType = ApsEnumUtil.EDIT_TYPE.MULTI_OBJECT, typeName = "Resource", notEmpty = true)
|
|
|
|
|