|
|
@@ -375,7 +375,7 @@ export interface IScopeType {
|
|
|
|
|
|
export enum ECodeRule {
|
|
|
currentYear = 'currentYear', // 当前年份
|
|
|
- currentMonth = 'currentMont', // 当前月份
|
|
|
+ currentMonth = 'currentMonth', // 当前月份
|
|
|
fixedText = 'fixedText', // 固定文本
|
|
|
autoCode = 'autoCode', // 自动编号
|
|
|
}
|