合格率报告功能

This commit is contained in:
2023-06-08 10:07:20 +08:00
parent 1f2bc40a0a
commit a82529a088
26 changed files with 802 additions and 120 deletions

View File

@@ -0,0 +1,17 @@
package com.njcn.harmonic.pojo.dto;
import lombok.Data;
/**
* pqs
*
* @author cdf
* @date 2023/6/7
*/
@Data
public class FpyTagContent {
private String passFlag;
private String content;
}