feat: 企标新增的时候保存顺序号
This commit is contained in:
+6
@@ -300,6 +300,12 @@ public class LawsEnterpriseStandard implements Serializable {
|
||||
@ApiModelProperty(value = "授权部门")
|
||||
private String authDept;
|
||||
|
||||
/**
|
||||
* 顺序号
|
||||
*/
|
||||
@ApiModelProperty(value = "顺序号")
|
||||
private String standardNumberTemp;
|
||||
|
||||
@TableField(exist = false)
|
||||
private static final long serialVersionUID = 1809789807789012221L;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user