be56d9b370fdf322c12bc4f26cb3439e0dbbe66f.svn-base 183 Bytes
package com.phxl.modules.goods.dao.suoutstore;

import com.phxl.modules.goods.entity.suoutstore.SuOutStore;

public interface SuOutStoreDao {

	void insert(SuOutStore suOutStore);

}