package com.aaa.biz.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.aaa.biz.TypeBiz; import com.aaa.entity.TradeType; import com.aaa.mapper.TypeMapper; @Service public class TypeBizImpl implements TypeBiz { @Autowired private TypeMapper tm; @Override public List<TradeType> findAllType() { // TODO Auto-generated method stub return tm.findAllType(); } }

微信网友_6040315240812544 LV8
2022年10月21日
yanhengzhi LV1
2022年3月9日
1804458609 LV4
2022年3月5日
543666826 LV34
2021年11月18日
panbiao LV11
2021年3月31日
1335981869 LV1
2021年2月19日
TerryGaoBo LV9
2021年2月8日
lalalalalamo LV8
2020年8月22日
cesare-blog LV6
2020年5月14日
olivia_ye LV1
2020年5月4日