从山证v2.3.0拷贝
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Data;
|
||||
|
||||
namespace YLErp.Modules.SkewMapVolModule
|
||||
{
|
||||
public interface IVolSkewMapInitializer
|
||||
{
|
||||
DataTable GetSkewMapData(bool isBuy);
|
||||
|
||||
bool SetSkewMapData(string table, bool isBuy);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user