feat(hjgl):新增防腐管理

This commit is contained in:
2026-06-15 18:06:19 +08:00
parent 74ce2df18a
commit bd1033ee27
32 changed files with 3866 additions and 454 deletions
+13
View File
@@ -0,0 +1,13 @@
namespace Model
{
public class PaintCodeDictOutput
{
public string Id { get; set; }
public string PaintCode { get; set; }
public string Primer { get; set; }
public string IntermediatePaint { get; set; }
public string Topcoat { get; set; }
public string ColorCode { get; set; }
public int? SortIndex { get; set; }
}
}