| | |
| | | public QIS_Report__c qr { get; private set; } |
| | | public User usr { get; private set; } |
| | | public Boolean inGuarantee { get; private set; } |
| | | public string staticResource { get; private set; } |
| | | public string staticResourceFile { get; private set; } |
| | | |
| | | // HWAG-BC68W3 故障发生日为空时, 它为真 start |
| | | public Boolean outOfGuarantee { get; private set; } |
| | |
| | | qr = new QIS_Report__c(); |
| | | usr = new User(); |
| | | inGuarantee = false; |
| | | staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('QIS_Report__c')); |
| | | staticResourceFile = JSON.serialize(PIHelper.getPIIntegrationInfo('Document')); |
| | | |
| | | } |
| | | |
| | | public void init() { |