添加创建产品功能

This commit is contained in:
zhh
2018-04-26 14:01:39 +08:00
parent f603ca624d
commit edc71542ae
83 changed files with 347 additions and 34604 deletions

View File

@@ -10,7 +10,7 @@ public interface PmsProductFullReductionMapper {
int deleteByExample(PmsProductFullReductionExample example);
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(Long id);
int insert(PmsProductFullReduction record);
@@ -18,7 +18,7 @@ public interface PmsProductFullReductionMapper {
List<PmsProductFullReduction> selectByExample(PmsProductFullReductionExample example);
PmsProductFullReduction selectByPrimaryKey(Integer id);
PmsProductFullReduction selectByPrimaryKey(Long id);
int updateByExampleSelective(@Param("record") PmsProductFullReduction record, @Param("example") PmsProductFullReductionExample example);