| | |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.zy.crm.manager.service.CstmrService; |
| | | import com.zy.crm.manager.service.WeeklyCostTypesService; |
| | | import com.zy.crm.system.entity.*; |
| | | import com.zy.crm.system.service.*; |
| | |
| | | } |
| | | } |
| | | |
| | | public String getCstmrId$(){ |
| | | CstmrService service = SpringUtils.getBean(CstmrService.class); |
| | | Cstmr cstmr = service.selectById(this.cstmrId); |
| | | if (!Cools.isEmpty(cstmr)){ |
| | | return String.valueOf(cstmr.getName()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public String getWeeklyDay$(){ |
| | | if (null == this.weeklyDay){ return ""; } |
| | | WeeklyCostTypesService weeklyCostTypesService = SpringUtils.getBean(WeeklyCostTypesService.class); |