羊奶出入库
This commit is contained in:
parent
feffe7f9ff
commit
8eedf3b3ff
@ -67,3 +67,4 @@ public class NpMilkInOutStoreController extends BaseController {
|
|||||||
return AjaxResult.success(service.getAllColumnOptions());
|
return AjaxResult.success(service.getAllColumnOptions());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -76,3 +76,4 @@ public class NpSheepMilkAnalysisController extends BaseController {
|
|||||||
return util.exportExcel(list, "奶产量分析数据");
|
return util.exportExcel(list, "奶产量分析数据");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -159,3 +159,4 @@ public class NpSheepMilkAnalysis {
|
|||||||
public Date getLastUpdate() { return lastUpdate; }
|
public Date getLastUpdate() { return lastUpdate; }
|
||||||
public void setLastUpdate(Date lastUpdate) { this.lastUpdate = lastUpdate; }
|
public void setLastUpdate(Date lastUpdate) { this.lastUpdate = lastUpdate; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,3 +20,4 @@ public interface NpMilkInOutStoreMapper {
|
|||||||
List<String> selectFeedSources();
|
List<String> selectFeedSources();
|
||||||
List<String> selectSaleDestinations();
|
List<String> selectSaleDestinations();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -13,3 +13,4 @@ public interface INpMilkInOutStoreService {
|
|||||||
List<Map<String,Object>> parseImportExcel(MultipartFile file) throws Exception;
|
List<Map<String,Object>> parseImportExcel(MultipartFile file) throws Exception;
|
||||||
void batchInsertFromRows(List<Map<String,Object>> rows) throws Exception;
|
void batchInsertFromRows(List<Map<String,Object>> rows) throws Exception;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,3 +17,4 @@ public interface INpSheepMilkAnalysisService {
|
|||||||
|
|
||||||
int deleteNpSheepMilkAnalysisByIds(Long[] ids);
|
int deleteNpSheepMilkAnalysisByIds(Long[] ids);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -79,3 +79,4 @@ public class NpMilkInOutStoreServiceImpl implements INpMilkInOutStoreService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,3 +44,4 @@ public class NpSheepMilkAnalysisServiceImpl implements INpSheepMilkAnalysisServi
|
|||||||
return npSheepMilkAnalysisMapper.deleteNpSheepMilkAnalysisByIds(ids);
|
return npSheepMilkAnalysisMapper.deleteNpSheepMilkAnalysisByIds(ids);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user