去掉compileId=0
This commit is contained in:
@@ -44,7 +44,6 @@ public class AsnIpCfg extends BaseCfg<AsnIpCfg> {
|
||||
@SerializedName("protocol")
|
||||
private Integer protocol ;
|
||||
private Integer protocolId;
|
||||
private Integer compileId=0;
|
||||
|
||||
@ExcelField(title="is_issued",dictType="VALID_IDENTIFIER",sort=90)
|
||||
private String isIssued;
|
||||
@@ -87,9 +86,6 @@ public class AsnIpCfg extends BaseCfg<AsnIpCfg> {
|
||||
public void setIsIssued(String isIssued) {
|
||||
this.isIssued = isIssued;
|
||||
}
|
||||
public Integer getCompileId() {
|
||||
return compileId;
|
||||
}
|
||||
public Integer getProtocolId() {
|
||||
return protocolId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user