标准解读流程 over!

This commit is contained in:
yuezhihang
2021-08-06 14:07:22 +08:00
parent db69ac1f13
commit 3df07924e8
@@ -39,6 +39,8 @@ public class SarInterpretationNationalStandardServiceImpl extends ServiceImpl<Sa
SarStandardComplianceProductAssess sar=new SarStandardComplianceProductAssess();
sar.setId(UUIDUtils.randomUUID(32));
sar.setStandId(sarInterpretationNationalStandard.getStandId());
sar.setStandNumber(sarInterpretationNationalStandard.getStandNumber());
sar.setStandType(sarInterpretationNationalStandard.getStandType());
sar.setStandName(sarInterpretationNationalStandard.getStandName());
sar.setStandType(sarInterpretationNationalStandard.getStandType());
sar.setInterpretationTime(sarInterpretationNationalStandard.getInterpretationTime());