CZT
2023-11-07 882994504c53b2b62f61630e443d371204208029
调整行政管理接口信息
已修改7个文件
130 ■■■■ 文件已修改
src/main/java/com/fzzy/api/entity/Api1402.java 41 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/api/view/Api1202.view.xml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/api/view/Api1203.view.xml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/api/view/Api1310.view.xml 25 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/api/view/Api1402.view.xml 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/push/gd2022/ApiCodeConstant.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/push/gd2022/GD2022ApiRemoteService2022.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/fzzy/api/entity/Api1402.java
@@ -27,56 +27,56 @@
     * 
     */
    private static final long serialVersionUID = 1L;
    /*----------国标字段----------*/
    @Id
    @PropertyDef(label = "计划单号" )
    @Column(name = "jhdh", length = 21, nullable = false)
    @Column(name = "jhdh", length = 21)
    private String jhdh;
    @PropertyDef(label = "计划文号" )
    @Column(name = "jhwh", length = 128, nullable = false)
    @Column(name = "jhwh", length = 128)
    private String jhwh;
    @PropertyDef(label = "计划名称" )
    @Column(name = "jhmc", length = 256, nullable = false)
    @Column(name = "jhmc", length = 256)
    private String jhmc;
    @PropertyDef(label = "计划年度" )
    @Column(name = "jhnd", length = 4, nullable = false)
    @Column(name = "jhnd", length = 4)
    private String jhnd;
    @PropertyDef(label = "制定计划单位" )
    @Column(name = "jhzddw", length = 128, nullable = false)
    @Column(name = "jhzddw", length = 128)
    private String jhzddw;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "计划下达时间" )
    @Column(name = "jhxdsj", nullable = false)
    @Column(name = "jhxdsj")
    private Date jhxdsj;
    @PropertyDef(label = "粮食品种代码" )
    @Column(name = "lspzdm", length = 7, nullable = false)
    @Column(name = "lspzdm", length = 7)
    private String lspzdm;
    @PropertyDef(label = "粮食等级代码" )
    @Column(name = "lsdjdm", length = 2, nullable = false)
    @Column(name = "lsdjdm", length = 2)
    private String lsdjdm;
    @PropertyDef(label = "粮食性质代码" )
    @Column(name = "lsxzdm", length = 3, nullable = false)
    @Column(name = "lsxzdm", length = 3)
    private String lsxzdm;
    @PropertyDef(label = "数量" )
    @Column(name = "sl", precision = 20, scale = 6, nullable = false)
    private double sl;
    @Column(name = "sl", precision = 20, scale = 6)
    private Double sl;
    @PropertyDef(label = "操作标志" )
    @Column(name = "czbz", length = 1, nullable = false)
    @Column(name = "czbz", length = 1)
    private String czbz;
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "最后更新时间" )
    @Column(name = "zhgxsj", nullable = false)
    @Column(name = "zhgxsj")
    private Date zhgxsj;
    @JSONField(serialize = false)
@@ -93,4 +93,17 @@
    @Column(name = "syncTime")
    private Date syncTime;
    /*----------广东省平台规范字段----------*/
    @PropertyDef(label = "单位代码" )
    @Column(name = "dwdm")
    private String dwdm;
    @PropertyDef(label = "粮权行政区划代码" )
    @Column(name = "lqxzqhdm")
    private String lqxzqhdm;
    @PropertyDef(label = "轮换类型" )
    @Column(name = "rotationType")
    private String rotationType;
}
src/main/java/com/fzzy/api/view/Api1202.view.xml
@@ -59,6 +59,10 @@
        <Property></Property>
        <Property name="label">详细地址</Property>
      </PropertyDef>
      <PropertyDef name="lqgsdwdm">
        <Property></Property>
        <Property name="label">粮权归属单位代码</Property>
      </PropertyDef>
      <PropertyDef name="ysgj">
        <Property></Property>
        <Property name="label">运输工具</Property>
@@ -821,6 +825,11 @@
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">lqgsdwdm</Property>
            <Property name="property">lqgsdwdm</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">bz</Property>
            <Property name="property">bz</Property>
            <Editor/>
src/main/java/com/fzzy/api/view/Api1203.view.xml
@@ -50,6 +50,10 @@
        <Property></Property>
        <Property name="label">增扣量(公斤,隔开)</Property>
      </PropertyDef>
      <PropertyDef name="spaqzbsfhg">
        <Property></Property>
        <Property name="label">食品安全指标是否合格</Property>
      </PropertyDef>
      <PropertyDef name="jyrxm">
        <Property></Property>
        <Property name="label">检验人姓名</Property>
@@ -435,6 +439,11 @@
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">spaqzbsfhg</Property>
            <Property name="property">spaqzbsfhg</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">bgyfh</Property>
            <Property name="property">bgyfh</Property>
            <Editor/>
src/main/java/com/fzzy/api/view/Api1310.view.xml
@@ -156,6 +156,26 @@
        <Property></Property>
        <Property name="label">样品等级</Property>
      </PropertyDef>
      <PropertyDef name="spaqzbsfhg">
        <Property></Property>
        <Property name="label">食品安全指标是否合格</Property>
        <Property name="mapping">
          <Property name="keyProperty">key</Property>
          <Property name="valueProperty">value</Property>
          <Property name="mapValues">
            <Collection>
              <Entity>
                <Property name="key">0</Property>
                <Property name="value">0-不合格</Property>
              </Entity>
              <Entity>
                <Property name="key">1</Property>
                <Property name="value">1-合格</Property>
              </Entity>
            </Collection>
          </Property>
        </Property>
      </PropertyDef>
      <PropertyDef name="sfzcccnx">
        <Property></Property>
        <Property name="label">是否正常存储年限</Property>
@@ -496,6 +516,11 @@
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">spaqzbsfhg</Property>
            <Property name="property">spaqzbsfhg</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">qydbh</Property>
            <Property name="property">qydbh</Property>
            <Editor/>
src/main/java/com/fzzy/api/view/Api1402.view.xml
@@ -53,7 +53,32 @@
      </PropertyDef>
      <PropertyDef name="sl">
        <Property name="label">数量</Property>
        <Property name="dataType">double</Property>
        <Property name="dataType">Double</Property>
      </PropertyDef>
      <PropertyDef name="dwdm">
        <Property name="label">单位代码</Property>
      </PropertyDef>
      <PropertyDef name="lqxzqhdm">
        <Property name="label">粮权行政区划代码</Property>
      </PropertyDef>
      <PropertyDef name="rotationType">
        <Property name="label">轮换类型</Property>
        <Property name="mapping">
          <Property name="keyProperty">key</Property>
          <Property name="valueProperty">value</Property>
          <Property name="mapValues">
            <Collection>
              <Entity>
                <Property name="key">1</Property>
                <Property name="value">1-静态轮换</Property>
              </Entity>
              <Entity>
                <Property name="key">2</Property>
                <Property name="value">2-动态轮换</Property>
              </Entity>
            </Collection>
          </Property>
        </Property>
      </PropertyDef>
      <PropertyDef name="czbz">
        <Property></Property>
@@ -377,6 +402,21 @@
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">dwdm</Property>
            <Property name="property">dwdm</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">lqxzqhdm</Property>
            <Property name="property">lqxzqhdm</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">rotationType</Property>
            <Property name="property">rotationType</Property>
            <Editor/>
          </AutoFormElement>
          <AutoFormElement>
            <Property name="name">czbz</Property>
            <Property name="property">czbz</Property>
            <Editor/>
src/main/java/com/fzzy/push/gd2022/ApiCodeConstant.java
@@ -167,7 +167,7 @@
    /**
     * 接口编码-1040 储备计划信息接口
     */
    public static String API_CODE_CBJHXX = "cbjhxx";
    public static String API_CODE_CBJH = "cbjh";
    /**
     * 接口编码-1041 财务报表信息接口
     */
src/main/java/com/fzzy/push/gd2022/GD2022ApiRemoteService2022.java
@@ -703,7 +703,7 @@
            case "1401":
                return ApiCodeConstant.API_CODE_CBGM;
            case "1402":
                return ApiCodeConstant.API_CODE_CBJHXX;
                return ApiCodeConstant.API_CODE_CBJH;
            case "1403":
                return ApiCodeConstant.API_CODE_LHJH;
            case "1404":