15 lines
239 B
C#
15 lines
239 B
C#
|
using Cal.DataTable;
|
|||
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
public static class GoodsItemSystem
|
|||
|
{
|
|||
|
public static void Create(this GoodsItem self, GoodsBase goodsBase)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|