| | |
| | | "avatar": "", |
| | | "version": "4.9.2", |
| | | "createdTime": "2025-3-10 16:38:19", |
| | | "updatedTime": "2025-5-14 17:06:24", |
| | | "updatedTime": "2025-5-15 10:21:28", |
| | | "dbConns": [], |
| | | "profile": { |
| | | "default": { |
| | |
| | | }, |
| | | { |
| | | "defKey": "item_demand", |
| | | "defName": "ä¿å
»è¦æ±", |
| | | "defName": "ä¿å
»æ ååè¦æ±", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "657B83E6-18F6-47AA-ABFB-BE6E3BEE9720" |
| | | }, |
| | | { |
| | | "defKey": "item_demand_alias", |
| | | "defName": "ä¿å
»è¦æ±2", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "baseType": "FC9790A7-36B8-4A48-8F9A-BC1042BCFE64", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "6C7C3999-BDAB-4387-84A7-16A9C0D54F7A" |
| | | }, |
| | | { |
| | | "defKey": "check_method", |
| | | "defName": "æ£æ¥æ¹æ³", |
| | | "comment": "", |
| | | "type": "", |
| | | "len": "", |
| | | "scale": "", |
| | | "primaryKey": false, |
| | | "notNull": false, |
| | | "autoIncrement": false, |
| | | "defaultValue": "", |
| | | "hideInGraph": false, |
| | | "refDict": "", |
| | | "baseType": "FC9790A7-36B8-4A48-8F9A-BC1042BCFE64", |
| | | "extProps": {}, |
| | | "domain": "9092C4E0-1A54-4859-ABBB-5B62DBC27573", |
| | | "id": "3C93219F-1A79-42CD-9D3C-59C49458A099" |
| | | } |
| | | ], |
| | | "correlations": [], |
| | |
| | | private String itemPart; |
| | | @Excel(name = "ä¿å
Ȍ
容", width = 15) |
| | | private String itemName; |
| | | @Excel(name = "ä¿å
»è¦æ±", width = 15) |
| | | @Excel(name = "æ£æ¥æ åæè¦æ±", width = 15) |
| | | private String itemDemand; |
| | | @Excel(name = "ä¿å
»è¦æ±", width = 15) |
| | | private String itemDemandAlias; |
| | | @Excel(name = "æ£æ¥æ¹æ³", width = 15) |
| | | private String checkMethod; |
| | | } |
| | |
| | | private String itemPart; |
| | | @Excel(name = "ä¿å
Ȍ
容", width = 15) |
| | | private String itemName; |
| | | @Excel(name = "ä¿å
»è¦æ±", width = 15) |
| | | @Excel(name = "æ£æ¥æ åæè¦æ±", width = 15) |
| | | private String itemDemand; |
| | | @Excel(name = "ä¿å
»è¦æ±", width = 15) |
| | | private String itemDemandAlias; |
| | | @Excel(name = "æ£æ¥æ¹æ³", width = 15) |
| | | private String checkMethod; |
| | | } |
| | |
| | | /**ä¿å
»è¦æ±*/ |
| | | @ApiModelProperty(value = "ä¿å
»è¦æ±") |
| | | private String itemDemand; |
| | | /**ä¿å
»è¦æ±2*/ |
| | | @ApiModelProperty(value = "ä¿å
»è¦æ±2") |
| | | private String itemDemandAlias; |
| | | /**æ£æ¥æ¹æ³*/ |
| | | @ApiModelProperty(value = "æ£æ¥æ¹æ³") |
| | | private String checkMethod; |
| | | |
| | | |
| | | public EamMaintenanceStandardDetail(){} |
| | |
| | | this.itemName = dto.getItemName(); |
| | | this.itemPart = dto.getItemPart(); |
| | | this.itemDemand = dto.getItemDemand(); |
| | | this.itemDemandAlias = dto.getItemDemandAlias(); |
| | | this.checkMethod = dto.getCheckMethod(); |
| | | } |
| | | |
| | | public EamMaintenanceStandardDetail(ThirdMaintenanceStandardImport dto) { |
| | |
| | | this.itemName = dto.getItemName(); |
| | | this.itemPart = dto.getItemPart(); |
| | | this.itemDemand = dto.getItemDemand(); |
| | | this.itemDemandAlias = dto.getItemDemandAlias(); |
| | | this.checkMethod = dto.getCheckMethod(); |
| | | } |
| | | } |