从接口实现销售价每个客户不同的价格
This commit is contained in:
@@ -233,4 +233,10 @@ public interface DepotItemMapperEx {
|
||||
BigDecimal getCurrentStockByParam(
|
||||
@Param("depotId") Long depotId,
|
||||
@Param("mId") Long mId);
|
||||
|
||||
BigDecimal getLastUnitPriceByParam(
|
||||
@Param("organId") Long organId,
|
||||
@Param("meId") Long meId,
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user