Merge pull request '【fix qcMaster附件地址字段,sqlServer没有longtext类型,更改为text】' (#393) from jiaqi.hou/i3plus-pojo-hjq:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/393
yun-zuoyi
臧学普 3 years ago
commit ba6c9200bc

@ -137,7 +137,7 @@ public class WmsQCMaster extends BaseBean {
@ApiParam(value = "收货数量")
public Double qty;
@Column(name = "FILE_PATH",columnDefinition = "longtext")
@Column(name = "FILE_PATH",columnDefinition = "text")
@ApiParam(value = "附件地址")
public String filePath;

Loading…
Cancel
Save