| | |
| | | @Excel(name = "重量") |
| | | private String equipmentUda3; |
| | | |
| | | @Excel(name = "重量计量单位",dicCode = "id",dicText = "name",dictTable = "mom_base_unit") |
| | | @Excel(name = "重量计量单位") |
| | | private String equipmentUda4; |
| | | |
| | | @Excel(name = "功能位置") |
| | | private String equipmentUda5; |
| | | |
| | | @Excel(name = "安装位置") |
| | | private String equipmentUda2; |
| | | private String location; |
| | | |
| | | @Excel(name = "出厂日期",importFormat = "yyyyMMdd") |
| | | @Excel(name = "出厂日期") |
| | | private String leaveFactoryDate; |
| | | |
| | | @Excel(name = "立项卡号") |
| | |
| | | @Excel(name = "资金来源") |
| | | private String fundSource; |
| | | |
| | | @Excel(name = "验收日期",importFormat = "yyyyMMdd") |
| | | @Excel(name = "验收日期") |
| | | private String acceptanceCheckDate; |
| | | |
| | | @Excel(name = "出厂编号") |
| | | private String factoryNo; |
| | | private String factoryNumber; |
| | | |
| | | @Excel(name = "资产制造商",dicCode = "id",dictTable="mom_base_constructor",dicText="name") |
| | | private String constructorId; |