feat: 迁移国内标准法规部分1
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
package com.adc.da.common;
|
||||
|
||||
public class SarSychronEO {
|
||||
|
||||
private String sychronId;
|
||||
|
||||
private String sarId;
|
||||
|
||||
private String sarNumber;
|
||||
|
||||
private String conflictType;
|
||||
|
||||
private String standName;
|
||||
|
||||
public String getSychronId() {
|
||||
return sychronId;
|
||||
}
|
||||
|
||||
public void setSychronId(String sychronId) {
|
||||
this.sychronId = sychronId;
|
||||
}
|
||||
|
||||
public String getSarId() {
|
||||
return sarId;
|
||||
}
|
||||
|
||||
public void setSarId(String sarId) {
|
||||
this.sarId = sarId;
|
||||
}
|
||||
|
||||
public String getSarNumber() {
|
||||
return sarNumber;
|
||||
}
|
||||
|
||||
public void setSarNumber(String sarNumber) {
|
||||
this.sarNumber = sarNumber;
|
||||
}
|
||||
|
||||
public String getConflictType() {
|
||||
return conflictType;
|
||||
}
|
||||
|
||||
public void setConflictType(String conflictType) {
|
||||
this.conflictType = conflictType;
|
||||
}
|
||||
|
||||
public String getStandName() {
|
||||
return standName;
|
||||
}
|
||||
|
||||
public void setStandName(String standName) {
|
||||
this.standName = standName;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user