namespace WmsWebApi.Options { /// /// 自定义配置选项 /// public class CustomConfigOptions { /// /// 其他领物料配置 /// public OtherZllConfigOptions OtherZllConfig { get; set; } } }