Commit af701aa3 authored by wangqiang's avatar wangqiang

修改标准的数据类型

parent d453e53b
...@@ -142,12 +142,12 @@ public class ExtStandardVO extends IdOnlyVO implements IdVO ,DxContextVOHolder , ...@@ -142,12 +142,12 @@ public class ExtStandardVO extends IdOnlyVO implements IdVO ,DxContextVOHolder ,
/** /**
* 发布单位 * 发布单位
*/ */
private Integer releaseOrganization; private Long releaseOrganization;
/** /**
* 标准分类 * 标准分类
*/ */
private Integer standardClassify; private String standardClassify;
/** /**
* 标准内容 * 标准内容
......
...@@ -109,11 +109,11 @@ public class ExtStandard extends IdOnlyEntity implements DxContextHolder ,DxObjF ...@@ -109,11 +109,11 @@ public class ExtStandard extends IdOnlyEntity implements DxContextHolder ,DxObjF
/** /**
* 发布单位 * 发布单位
*/ */
private Integer releaseOrganization; private Long releaseOrganization;
/** /**
* 标准分类 * 标准分类
*/ */
private Integer standardClassify; private String standardClassify;
/** /**
* 标准内容 * 标准内容
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment