liuying
2025-01-10 4e56a51225eda1b2743d8633434a5ded716453fd
1
2
3
4
5
6
7
8
9
10
11
using Furion.Extras.iWare.Wms.Util.LowCode.Front.Interface;
 
namespace Furion.Extras.iWare.Wms.Util.LowCode.Front.Model
{
    public class Front_Model
    {
        public List<IFront> List { get; set; }
 
        public Front_Config Config { get; set; }
    }
}