1.考虑到retrofit 头header 有d-time 字段 舍弃UploadADBean dtime字段漏提交

This commit is contained in:
2025-11-26 20:38:55 +08:00
parent 824c5fed37
commit c8fb7a5d93

View File

@@ -12,7 +12,6 @@ public class UploadADBean {
private String mac; private String mac;
private String cpu; private String cpu;
private String dtime;
private List<RecordsBean> records; private List<RecordsBean> records;
public String getMac() { public String getMac() {
@@ -39,13 +38,6 @@ public class UploadADBean {
this.records = records; this.records = records;
} }
public String getDtime() {
return dtime;
}
public void setDtime(String dtime) {
this.dtime = dtime;
}
public static class RecordsBean { public static class RecordsBean {
/** /**