|
|
@ -1,5 +1,6 @@
|
|
|
|
package com.glxp.api.entity.thrsys;
|
|
|
|
package com.glxp.api.entity.thrsys;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
|
@ -16,6 +17,7 @@ public class ThrInvWarehouseEntity {
|
|
|
|
private String parentId;
|
|
|
|
private String parentId;
|
|
|
|
private String remark;
|
|
|
|
private String remark;
|
|
|
|
private String thirdSysFk;
|
|
|
|
private String thirdSysFk;
|
|
|
|
|
|
|
|
@TableField(exist = false)
|
|
|
|
private String parentName;
|
|
|
|
private String parentName;
|
|
|
|
|
|
|
|
|
|
|
|
private Date updateTime;
|
|
|
|
private Date updateTime;
|
|
|
|