提交当前本机整理版本
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Lskj.PubBillConcise.Model
|
||||
{
|
||||
public class BillModuleModel
|
||||
{
|
||||
public BillSourceModel SourceModel { get; set; }
|
||||
public object SourceControl { get;set; }
|
||||
public object SourceDetailControl { get; set; }
|
||||
public object SourceDetailDetailControl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user