mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-05 17:20:52 +08:00
13 lines
237 B
Plaintext
13 lines
237 B
Plaintext
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Yi.Framework.DtoModel.#ModelName#.#EntityName#.ConstConfig
|
|
{
|
|
public class #EntityName#Const
|
|
{
|
|
}
|
|
}
|