be56d9b370fdf322c12bc4f26cb3439e0dbbe66f.svn-base 183 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 package com.phxl.modules.goods.dao.suoutstore; import com.phxl.modules.goods.entity.suoutstore.SuOutStore; public interface SuOutStoreDao { void insert(SuOutStore suOutStore); }