Commit feda887e authored by hezhen's avatar hezhen

123

parent 68e41bb1
......@@ -36,4 +36,6 @@ public class BaseUserDTO extends PageParam implements DataInter {
List<Integer> dataCorporationIds;
List<Integer> dataCompanyIds;
Integer bizType;
}
......@@ -28,5 +28,7 @@ public class CompanySearchDTO extends PageParam implements DataInter {
List<Integer> dataCompanyIds;
Integer bizType;
}
......@@ -55,6 +55,8 @@ public class WalletCathDTO extends PageParam implements DataInter {
List<Integer> dataCompanyIds;
Integer bizType;
......
......@@ -39,6 +39,8 @@ public class WalletDTO extends PageParam implements DataInter {
List<Integer> dataCompanyIds;
Integer bizType;
......
......@@ -48,6 +48,8 @@ public class WalletDetailDTO extends PageParam implements DataInter {
List<Integer> dataCompanyIds;
Integer bizType;
......
......@@ -430,6 +430,8 @@ public class BaseOrderController extends CommonBaseController implements UserRes
private Integer corporationId;
Integer bizType;
}
@RequestMapping(value = "/app/unauth/refund/{no}/{refundAmount}", method = RequestMethod.POST)
......
......@@ -42,6 +42,8 @@ public class GoodSearchDTO extends PageParam implements DataInter {
List<Integer> dataCorporationIds;
List<Integer> dataCompanyIds;
Integer bizType;
......
......@@ -116,4 +116,7 @@ public class VehicleCommonPriceInfo implements Serializable, DataInter {
@Transient
List<Integer> dataCorporationIds;
@Transient
Integer bizType;
}
......@@ -129,4 +129,9 @@ public class VehicleHolidayPriceInfo implements Serializable, DataInter {
@Transient
List<Integer> dataCorporationIds;
@Transient
Integer bizType;
}
......@@ -28,5 +28,7 @@ public class CompanySearchDTO extends PageParam implements DataInter {
List<Integer> dataCompanyIds;
Integer bizType;
}
......@@ -159,4 +159,6 @@ public class VehiclePageQueryVo implements DataInter {
List<Integer> dataCorporationIds;
Integer bizType;
}
......@@ -57,4 +57,6 @@ public class VehiclePlanDto extends PageParam implements DataInter {
List<Integer> dataCorporationIds;
List<Integer> dataCompanyIds;
Integer bizType;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment