Êþº¾ 4 deleteCustomersByMainId (Ljava/lang/String;)Z MethodParameters mainId RuntimeVisibleAnnotations &Lorg/apache/ibatis/annotations/Delete; value ;DELETE FROM JEECG_ORDER_CUSTOMER WHERE ORDER_ID = #{mainId} selectCustomersByMainId $(Ljava/lang/String;)Ljava/util/List; Signature ](Ljava/lang/String;)Ljava/util/List<Lorg/jeecg/modules/demo/test/entity/JeecgOrderCustomer;>; &Lorg/apache/ibatis/annotations/Select; =SELECT * FROM JEECG_ORDER_CUSTOMER WHERE ORDER_ID = #{mainId} |Ljava/lang/Object;Lcom/baomidou/mybatisplus/core/mapper/BaseMapper<Lorg/jeecg/modules/demo/test/entity/JeecgOrderCustomer;>;
|