| | |
| | | package com.doumee.service.business; |
| | | |
| | | import com.doumee.dao.business.model.Category; |
| | | import com.doumee.dao.business.model.JkCustomer; |
| | | import com.doumee.service.business.third.model.LoginUserInfo; |
| | | import com.doumee.service.business.third.model.PageData; |
| | | import com.doumee.service.business.third.model.PageWrap; |
| | | import com.doumee.dao.business.model.JkSketch; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @param jkSketch 实体对象 |
| | | */ |
| | | void delete(JkSketch jkSketch); |
| | | |
| | | void initAyncsJob(); |
| | | /** |
| | | * 批量主键删除 |
| | | * |
| | |
| | | * |
| | | * @param jkSketch 实体对象 |
| | | */ |
| | | void updateById(JkSketch jkSketch); |
| | | JkSketch updateById(JkSketch jkSketch ); |
| | | JkSketch initOriginDistance(JkSketch jkSketch ); |
| | | |
| | | /** |
| | | * 批量主键更新 |
| | |
| | | * @return long |
| | | */ |
| | | long count(JkSketch jkSketch); |
| | | |
| | | List<JkSketch> importBatch(MultipartFile file, String dateInfo, LoginUserInfo loginUser); |
| | | |
| | | void startUpdateLineAsync(JkSketch model); |
| | | |
| | | void distanceCustomer(Category model ); |
| | | |
| | | Category checkDataValid(JkSketch model); |
| | | |
| | | JkSketch updateSketchLine(JkSketch jkSketch); |
| | | |
| | | void startEditSketchLineAsync(JkSketch model); |
| | | } |