提交 4e2df14d authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 d45f795d
package com.zrqx.core.enums.interfaces;
import java.math.BigDecimal;
import java.util.Optional;
import com.zrqx.core.enums.GoodsTypeEnum;
......@@ -35,5 +36,6 @@ public interface GoodsTypeInterface extends EnumsBindBean<GoodsTypeEnum>{
* @author lpf
* @date: 2019年1月7日 下午5:27:36
*/
Integer getStock();
Integer getStock(Integer id);
}
......@@ -29,7 +29,7 @@ public abstract class GoodsTypeAdapter implements GoodsTypeInterface{
* @date: 2019年1月7日 下午5:44:34
*/
@Override
public Integer getStock() {
public Integer getStock(Integer id) {
return null;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论