- namespace SHJX.Service.Common.Constants
- {
- public class TaskTypeName
- {
- public const string WASH = "Wash";
- public const string SAMPLE = "Sample";
- public const string WASH_ZH = "清洗";
- public const string SAMPLE_ZH = "样品";
- public const string BLANK_ZH = "空白";
- public const string CALIBRATION_ZH = "标定";
- }
- }
|