自动化立体仓库 - WMS系统
#
lsh
2024-06-19 dcce60aa101cb97c5f06bfec5537cd7e86bd4768
src/main/java/com/zy/asrs/entity/RowLastno.java
@@ -4,6 +4,7 @@
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableName;
import com.baomidou.mybatisplus.enums.IdType;
import com.zy.asrs.service.RowLastnoTypeService;
import com.zy.system.entity.User;
import com.zy.system.service.UserService;
import com.core.common.Cools;
@@ -378,6 +379,14 @@
    public Integer getTypeId() {
        return typeId;
    }
    public String getTypeId$() {
        RowLastnoTypeService rowLastnoTypeService = SpringUtils.getBean(RowLastnoTypeService.class);
        RowLastnoType rowLastnoType = rowLastnoTypeService.selectById(this.typeId.longValue());
        if (!Cools.isEmpty(rowLastnoType)){
            return rowLastnoType.getTypeName()+"<==>"+rowLastnoType.getMemo();
        }
        return typeId.toString();
    }
    public void setTypeId(Integer typeId) {
        this.typeId = typeId;