Browse Source

修改do文件sql转义字段

master
chenfang 2 years ago
parent
commit
6a9d7e30d5
  1. 2
      win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/dal/dataobject/barcode/BarcodeDO.java

2
win-module-wms/win-module-wms-biz/src/main/java/com/win/module/wms/dal/dataobject/barcode/BarcodeDO.java

@ -1,5 +1,6 @@
package com.win.module.wms.dal.dataobject.barcode;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.win.framework.mybatis.core.dataobject.BaseDO;
@ -39,6 +40,7 @@ public class BarcodeDO extends BaseDO {
/**
* 顺序
*/
@TableField(value = "`order`")
private Integer order;
/**
* 长度

Loading…
Cancel
Save