15 lines
354 B
C#
15 lines
354 B
C#
using StructureHelperCommon.Infrastructures.Enums;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace StructureHelperCommon.Infrastructures.Settings
|
|
{
|
|
public static class ProgramSetting
|
|
{
|
|
public static CodeTypes CodeType => CodeTypes.SP63_13330_2018;
|
|
}
|
|
}
|