This commit is contained in:
zt
2025-08-06 20:27:02 +08:00
parent ede1b40039
commit 0eeab2aadf

View File

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