必须填写至少10个字的日志
using System; using System.Collections.Generic; using System.Text; namespace XCode { interface IEntityModule { void Init(); } }