1.技术监督回退接口

This commit is contained in:
wr
2024-01-19 11:00:29 +08:00
parent 1a17ac195a
commit cd12aeb57a
4 changed files with 78 additions and 1 deletions

View File

@@ -13,6 +13,13 @@ import java.util.List;
public class SendParam {
private String provinceId;
private String secretKey="xQcEF+9hnekk2ZAD1+K1y3PS1d7e3wf0dmPXeeMKf/19qRhyP+4c0FTr70bGINpR";
private String secretKey = "xQcEF+9hnekk2ZAD1+K1y3PS1d7e3wf0dmPXeeMKf/19qRhyP+4c0FTr70bGINpR";
private List stats;
@Data
public class Extend {
private String planId;
private String rejectReason;
private String rejectComment;
}
}