| | |
| | | |
| | | public async Task<dynamic> SubmitIQCToOA(dynamic queryObj) |
| | | { |
| | | |
| | | //if (unity.userName.IsNullOrEmpty()) throw new Exception("用户名不允许为空"); |
| | | //if (unity.sectionCode.IsNullOrEmpty()) throw new Exception("库位编号不允许为空"); |
| | | //if (unity.barcode.IsNullOrEmpty()) throw new Exception("条码不允许为空"); |
| | | //if (unity.billNo.IsNullOrEmpty()) throw new Exception("申请单号不允许为空"); |
| | | |
| | | try |
| | | { |
| | | // 解析请求参数 |
| | |
| | | public string operateCompanyCode { get; set; }//操作者所属公司编码 |
| | | public string sign { get; set; }//签名 |
| | | public long timestamps { get; set; }//请求的时间戳 |
| | | public object reserver { get; set; }//扩展字段 |
| | | //public object reserver { get; set; }//扩展字段 |
| | | |
| | | /// 构造对象 |
| | | public static ApiCommonParam NewApiCommon() |