feat(hjgl): 完善焊前检查和防腐检查流程

焊前检查需要同时覆盖下料、组对和防腐检查,并支持移动端查询与保存。
扩展焊前检查模型、服务和页面字段,补充检查结果、不合格原因、整改要求、
附件和防腐检查记录,便于按焊口和材料追溯检查过程。
This commit is contained in:
2026-07-07 10:40:21 +08:00
parent 02b524b895
commit bb6615ebb0
57 changed files with 5035 additions and 2057 deletions
@@ -1,7 +1,7 @@
namespace Model
{
public partial class View_HJGL_WeldJoint
{
{
/// <summary>
/// 焊前附件路径
/// </summary>
@@ -11,5 +11,14 @@ namespace Model
/// 焊后附件路径
/// </summary>
public string PostWeldAttachUrl { get; set; }
/// <summary>
/// 防腐等级代码
/// </summary>
public string PaintCode { get; set; }
/// <summary>
/// 防腐等级字典ID
/// </summary>
public string PaintId { get; set; }
}
}