|
@@ -34,7 +34,7 @@ public class SyCapacityControl implements Serializable {
|
|
|
/**主键*/
|
|
|
@TableId(type = IdType.ASSIGN_ID)
|
|
|
@ApiModelProperty(value = "主键")
|
|
|
- private java.lang.String id;
|
|
|
+ private int id;
|
|
|
/**创建人*/
|
|
|
@ApiModelProperty(value = "创建人")
|
|
|
private java.lang.String createBy;
|
|
@@ -66,11 +66,11 @@ public class SyCapacityControl implements Serializable {
|
|
|
/**产能额度上浮区间*/
|
|
|
@Excel(name = "产能额度上浮区间", width = 15)
|
|
|
@ApiModelProperty(value = "产能额度上浮区间")
|
|
|
- private java.lang.String capacitySection;
|
|
|
+ private java.math.BigDecimal capacitySection;
|
|
|
/**供应商状态*/
|
|
|
@Excel(name = "供应商状态", width = 15)
|
|
|
@ApiModelProperty(value = "供应商状态")
|
|
|
- private java.lang.Integer supplierState;
|
|
|
+ private java.lang.String supplierState;
|
|
|
/**备注(用于填写红灯原因)*/
|
|
|
@Excel(name = "备注(用于填写红灯原因)", width = 15)
|
|
|
@ApiModelProperty(value = "备注(用于填写红灯原因)")
|