using Cal.DataTable; using System; using System.Collections.Generic; namespace ET { public static class GoodsItemSystem { public static void Create(this GoodsItem self, GoodsBase goodsBase) { } } }