|
|
@ -358,7 +358,7 @@ type CustOrderDAO interface { |
|
|
|
* @Date : 2021-12-14 |
|
|
|
* |
|
|
|
******************************************************************************/ |
|
|
|
PageSelect(custOrderId string, workLineId string, status int, start string, end string, pageSize int64, pageNumber int64) (grmi.PagingResult, error) |
|
|
|
PageSelect(custOrderId string, workLineId string, status int, projectId string, productFamilyId string, start string, end string, pageSize int64, pageNumber int64) (grmi.PagingResult, error) |
|
|
|
/****************************************************************************** |
|
|
|
* |
|
|
|
* @Function Name : SelectCustOrderByPlan |
|
|
|