|
|
@@ -13,7 +13,7 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-package com.java110.acct.cmd.parkingCouponOrder;
|
|
|
+package com.java110.acct.cmd.parkingCoupon;
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.java110.core.annotation.Java110Cmd;
|
|
|
@@ -45,7 +45,7 @@ import java.util.List;
|
|
|
* 温馨提示:如果您对此文件进行修改 请不要删除原有作者及注释信息,请补充您的 修改的原因以及联系邮箱如下
|
|
|
* // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
|
|
|
*/
|
|
|
-@Java110Cmd(serviceCode = "parkingCouponOrder.listParkingCouponOrder")
|
|
|
+@Java110Cmd(serviceCode = "parkingCoupon.listParkingCouponOrder")
|
|
|
public class ListParkingCouponOrderCmd extends Cmd {
|
|
|
|
|
|
private static Logger logger = LoggerFactory.getLogger(ListParkingCouponOrderCmd.class);
|