新增工作证

This commit is contained in:
2026-07-23 15:42:42 +08:00
parent 2f811a2bfc
commit c25b7f4ee6
3 changed files with 487 additions and 0 deletions
@@ -7,6 +7,13 @@ import java.util.Map;
@Data
public class ShengDaPriceRequstItemVo {
public ShengDaPriceRequstItemVo() {
}
public ShengDaPriceRequstItemVo(String name) {
this.name = name;
}
private String name;
private Map<String, String> parameters;