|
|
@ -23,39 +23,39 @@ public class CqcCarbonConsumablesDTO implements Serializable { |
|
|
@Schema(description = "申请编号") |
|
|
@Schema(description = "申请编号") |
|
|
private String applyNo; |
|
|
private String applyNo; |
|
|
@Schema(description = "类别") |
|
|
@Schema(description = "类别") |
|
|
private String cateid; |
|
|
|
|
|
|
|
|
private String cateId; |
|
|
@Schema(description = "中文名称") |
|
|
@Schema(description = "中文名称") |
|
|
private String materialsnamecn; |
|
|
|
|
|
|
|
|
private String materialsNameCn; |
|
|
@Schema(description = "化学名称") |
|
|
@Schema(description = "化学名称") |
|
|
private String materialsnameen; |
|
|
|
|
|
|
|
|
private String materialsNameEn; |
|
|
@Schema(description = "用途") |
|
|
@Schema(description = "用途") |
|
|
private String materialsuse; |
|
|
|
|
|
|
|
|
private String materialsUse; |
|
|
@Schema(description = "材料组份") |
|
|
@Schema(description = "材料组份") |
|
|
private String materialcomponent; |
|
|
|
|
|
|
|
|
private String materialComponent; |
|
|
@Schema(description = "产品使用耗材总投入量") |
|
|
@Schema(description = "产品使用耗材总投入量") |
|
|
private String productcapacity; |
|
|
|
|
|
|
|
|
private String productCapacity; |
|
|
@Schema(description = "单位") |
|
|
@Schema(description = "单位") |
|
|
private String productcapacityunit; |
|
|
|
|
|
|
|
|
private String productCapacityUnit; |
|
|
@Schema(description = "功能单位耗用量") |
|
|
@Schema(description = "功能单位耗用量") |
|
|
private String rawmaterialsinput; |
|
|
|
|
|
|
|
|
private String rawMaterialsInput; |
|
|
@Schema(description = "单位") |
|
|
@Schema(description = "单位") |
|
|
private String rawmaterialsunit; |
|
|
|
|
|
|
|
|
private String rawMaterialsUnit; |
|
|
@Schema(description = "供货商名称") |
|
|
@Schema(description = "供货商名称") |
|
|
private String suppliername; |
|
|
|
|
|
|
|
|
private String supplierName; |
|
|
@Schema(description = "供货商地址") |
|
|
@Schema(description = "供货商地址") |
|
|
private String supplieraddress; |
|
|
|
|
|
|
|
|
private String supplierAddress; |
|
|
@Schema(description = "运输方式") |
|
|
@Schema(description = "运输方式") |
|
|
private String transmode; |
|
|
|
|
|
|
|
|
private String transMode; |
|
|
@Schema(description = "运输工具载重量") |
|
|
@Schema(description = "运输工具载重量") |
|
|
private String transloadcapacity; |
|
|
|
|
|
|
|
|
private String transLoadCapacity; |
|
|
@Schema(description = "运输距离") |
|
|
@Schema(description = "运输距离") |
|
|
private String transdistance; |
|
|
|
|
|
|
|
|
private String transDistance; |
|
|
@Schema(description = "单位") |
|
|
@Schema(description = "单位") |
|
|
private String transdistanceunit; |
|
|
|
|
|
|
|
|
private String transDistanceUnit; |
|
|
@Schema(description = "运输数据来源") |
|
|
@Schema(description = "运输数据来源") |
|
|
private String transdatasource; |
|
|
|
|
|
|
|
|
private String transDataSource; |
|
|
@Schema(description = "活动数据来源") |
|
|
@Schema(description = "活动数据来源") |
|
|
private String activitydatasource; |
|
|
|
|
|
|
|
|
private String activityDataSource; |
|
|
@Schema(description = "部门") |
|
|
@Schema(description = "部门") |
|
|
private String dept; |
|
|
private String dept; |
|
|
@Schema(description = "人员") |
|
|
@Schema(description = "人员") |
|
|
@ -65,6 +65,6 @@ public class CqcCarbonConsumablesDTO implements Serializable { |
|
|
@Schema(description = "备注") |
|
|
@Schema(description = "备注") |
|
|
private String remake; |
|
|
private String remake; |
|
|
@Schema(description = "能源编号") |
|
|
@Schema(description = "能源编号") |
|
|
private String energyno; |
|
|
|
|
|
|
|
|
private String energyNo; |
|
|
|
|
|
|
|
|
} |
|
|
} |