会员价格代码

master
王皓雯 6 years ago
parent 476f3fb652
commit 34b5051c7c

@ -0,0 +1,13 @@
package com.macro.mall.dao;
import com.macro.mall.model.PmsMemberPrice;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* Dao
*/
public interface PmsMemberPriceDao {//会员价格
int insertList(@Param("list") List<PmsMemberPrice> memberPriceList);
}
Loading…
Cancel
Save