1
Huangxiaoqiang-03
2024-11-01 6e9f630e4e12738d98241b684e6227e02010b6c5
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Attributes/AnalysisRuleAttribute.cs
@@ -10,11 +10,11 @@
    [AttributeUsage(AttributeTargets.Property)]
    public class AnalysisItemRuleAttribute : Attribute
    {
        public AnalysisFormaType AnalysisFormaType { get; set; }
        public AnalysisFormatType AnalysisFormaType { get; set; }
        public int Length { get; set; }
        public AnalysisItemRuleAttribute(AnalysisFormaType analysisFormaType)
        public AnalysisItemRuleAttribute(AnalysisFormatType analysisFormaType)
        {
            AnalysisFormaType = analysisFormaType;
        }