产值
This commit is contained in:
@ -90,8 +90,9 @@ public interface IBusMaterialsorderService extends IService<BusMaterialsorder>{
|
|||||||
/**
|
/**
|
||||||
* 总产值
|
* 总产值
|
||||||
* @param projectId 项目,必填
|
* @param projectId 项目,必填
|
||||||
* @param yue 年月查询,不必填
|
* @param month,不必填
|
||||||
|
* @param type 0:当月,1:累计
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
BigDecimal grossOutput(Long projectId, String startYue, String endYue);
|
BigDecimal grossOutput(Long projectId, String month,int type);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user