提交 33d2e826 authored 作者: zjm's avatar zjm

合并分支 'bug' 到 'master'

fix(配发模块): 字段溢出 查看合并请求 !73
...@@ -198,6 +198,7 @@ public class AllotBill { ...@@ -198,6 +198,7 @@ public class AllotBill {
* 配发出库检查结果 * 配发出库检查结果
*/ */
@ApiModelProperty(value = "配发出库检查结果") @ApiModelProperty(value = "配发出库检查结果")
@Column(name = "allot_check_result",columnDefinition = "TEXT")
private String allotCheckResult; private String allotCheckResult;
/** /**
* 配发接收方检查详情(装备主键id+核对结果(0缺失1无误3不匹配,字符x作为分隔符)),例如10x21x32,意为主键id为1的装备缺失,为2的无误,为3的不匹配 * 配发接收方检查详情(装备主键id+核对结果(0缺失1无误3不匹配,字符x作为分隔符)),例如10x21x32,意为主键id为1的装备缺失,为2的无误,为3的不匹配
...@@ -209,6 +210,7 @@ public class AllotBill { ...@@ -209,6 +210,7 @@ public class AllotBill {
* 接收方检查结果 * 接收方检查结果
*/ */
@ApiModelProperty(value = "接收方检查结果") @ApiModelProperty(value = "接收方检查结果")
@Column(name = "receive_check_result",columnDefinition = "TEXT")
private String receiveCheckResult; private String receiveCheckResult;
/** /**
* 删除标记(0:未删除,1:已删除) * 删除标记(0:未删除,1:已删除)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论