cnas-server/src/main/java/com/yuanchu/mom/pojo/StructureItemParameter.java
@@ -45,6 +45,10 @@ @ApiModelProperty(value = "计量单位") private String unit; @ValueTableShow(5) @ApiModelProperty(value = "试验方法") private String method; @ValueTableShow(6) @ApiModelProperty(value = "单价(元)") private BigDecimal price; @@ -52,6 +56,10 @@ @ValueTableShow(7) @ApiModelProperty(value = "工时(H)") private Integer manHour; @ValueTableShow(7) @ApiModelProperty(value = "预计时间(天)") private Integer manDay; @ValueTableShow(8) @ApiModelProperty(value = "工时分组") @@ -77,6 +85,10 @@ @ApiModelProperty(value = "取值类型") private String valueType; @ValueTableShow(13) @ApiModelProperty(value = "特殊标识") private String bsm; @ApiModelProperty(value = "创建人id") @TableField(fill = FieldFill.INSERT) private Integer createUser; cnas-server/src/main/resources/mapper/StructureItemParameterMapper.xml
@@ -23,7 +23,10 @@ create_user, update_user, create_time, update_time update_time, method, man_day, bsm from structure_item_parameter <if test="ew.customSqlSegment != null and ew.customSqlSegment != ''"> ${ew.customSqlSegment} system-run/src/main/resources/application-dev.yml
@@ -34,7 +34,7 @@ datasource: type: com.alibaba.druid.pool.DruidDataSource driverClassName: com.mysql.cj.jdbc.Driver url: jdbc:mysql://192.168.0.134:3306/center-lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 url: jdbc:mysql://114.132.189.42:9004/center-lims?useSSL=false&useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT%2B8 username: root password: 123456 druid: @@ -59,7 +59,7 @@ # redis数据库索引(默认为0),我们使用索引为3的数据库,避免和其他数据库冲突 database: 0 # redis服务器地址(默认为localhost) host: 192.168.0.134 host: 127.0.0.1 # redis端口(默认为6379) port: 6379 # redis访问密码(默认为空)