From 30846c0d13ee4136d68ba509b05281378db951c6 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 19 九月 2024 14:14:27 +0800 Subject: [PATCH] 生成委外订单接口 --- MES.Service/Modes/LtsLlj.cs | 299 +++++++++++++++++++++++++++++++---------------------------- 1 files changed, 158 insertions(+), 141 deletions(-) diff --git a/MES.Service/Modes/LtsLlj.cs b/MES.Service/Modes/LtsLlj.cs index 3f345c5..af75fde 100644 --- a/MES.Service/Modes/LtsLlj.cs +++ b/MES.Service/Modes/LtsLlj.cs @@ -1,142 +1,159 @@ -锘縰sing System; -using System.Collections.Generic; -using System.Linq; -using SqlSugar; -namespace MES.Service.Modes +锘縰sing SqlSugar; + +namespace MES.Service.Modes; + +/// <summary> +/// 鏁版嵁婧愬鍏� +/// </summary> +[SugarTable("LTS_LLJ")] +public class LtsLlj { - /// <summary> - /// 鏁版嵁婧愬鍏� - ///</summary> - [SugarTable("LTS_LLJ")] - public class LtsLlj - { - - /// <summary> - /// - ///</summary> - [SugarColumn(ColumnName="Id" )] - public decimal? Id { get; set; } - /// <summary> - /// 瀹℃牳鏍囪瘑 - ///</summary> - [SugarColumn(ColumnName="MODIFY1_FLAG" )] - public decimal? Modify1Flag { get; set; } - /// <summary> - /// 閫佹鎵规 - ///</summary> - [SugarColumn(ColumnName="LOT_NO" )] - public string LotNo { get; set; } - /// <summary> - /// 澶勭悊鏂规硶 - ///</summary> - [SugarColumn(ColumnName="FNG_HANDLE" )] - public string FngHandle { get; set; } - /// <summary> - /// 鐗╂枡鐗堟湰 - ///</summary> - [SugarColumn(ColumnName="FVERSION" )] - public decimal? Fversion { get; set; } - /// <summary> - /// 澶囨敞淇℃伅 - ///</summary> - [SugarColumn(ColumnName="LOT_NO1" )] - public string LotNo1 { get; set; } - /// <summary> - /// 杞崲鏁伴噺 - ///</summary> - [SugarColumn(ColumnName="FCOVERT_QTY" )] - public string FcovertQty { get; set; } - /// <summary> - /// 妫�楠岀粨鏋� - ///</summary> - [SugarColumn(ColumnName="FCHECK_RESU" )] - public string FcheckResu { get; set; } - /// <summary> - /// 渚涘簲鍟嗙紪鐮� - ///</summary> - [SugarColumn(ColumnName="SUPP_NO" )] - public string SuppNo { get; set; } - /// <summary> - /// 妫�楠屽崟鍙� - ///</summary> - [SugarColumn(ColumnName="RELEASE_NO" )] - public string ReleaseNo { get; set; } - /// <summary> - /// 閲囪喘鏁伴噺 - ///</summary> - [SugarColumn(ColumnName="FBATCH_QTY" )] - public string FbatchQty { get; set; } - /// <summary> - /// 鐗╂枡缂栫爜 - ///</summary> - [SugarColumn(ColumnName="ITEM_NO" )] - public string ItemNo { get; set; } - /// <summary> - /// 妫�楠屼汉鍛� - ///</summary> - [SugarColumn(ColumnName="FCHECK_BY" )] - public string FcheckBy { get; set; } - /// <summary> - /// 涓嶈壇鎻忚堪 - ///</summary> - [SugarColumn(ColumnName="FNG_DESC" )] - public string FngDesc { get; set; } - /// <summary> - /// 鍒涘缓浜� - ///</summary> - [SugarColumn(ColumnName="CREATE_BY" )] - public string CreateBy { get; set; } - /// <summary> - /// 鍒涘缓鏃堕棿 - ///</summary> - [SugarColumn(ColumnName="CREATE_DATE" )] - public string CreateDate { get; set; } - /// <summary> - /// 鏄惁鎬ユ枡 - ///</summary> - [SugarColumn(ColumnName="URGENT_FLAG" )] - public short? UrgentFlag { get; set; } - /// <summary> - /// 鐗╂枡鍚嶇О - ///</summary> - [SugarColumn(ColumnName="ITEM_NAME" )] - public string ItemName { get; set; } - /// <summary> - /// 妫�楠岀被鍨� - ///</summary> - [SugarColumn(ColumnName="QATYPE" )] - public string Qatype { get; set; } - /// <summary> - /// 妫�楠屾棩鏈� - ///</summary> - [SugarColumn(ColumnName="DATE_01" )] - public string Date01 { get; set; } - /// <summary> - /// 渚涘簲鍟嗗悕绉� - ///</summary> - [SugarColumn(ColumnName="SUPP_NAME" )] - public string SuppName { get; set; } - /// <summary> - /// 鐗╂枡瑙勬牸 - ///</summary> - [SugarColumn(ColumnName="ITEM_MODEL" )] - public string ItemModel { get; set; } - /// <summary> - /// 搴撳瓨鏁伴噺 - ///</summary> - [SugarColumn(ColumnName="KC_QTY" )] - public decimal? KcQty { get; set; } - /// <summary> - /// 鍗曟嵁鐘舵�� - ///</summary> - [SugarColumn(ColumnName="STATUS" )] - public string STATUS { get; set; } - - /// <summary> - /// 濮斿鏍囪瘑锛�0锛氶噰璐� 銆�1锛氬澶栵級 - ///</summary> - [SugarColumn(ColumnName="F_TYPE" )] - public int Ftype { get; set; } - - } -} + /// <summary> + /// </summary> + [SugarColumn(ColumnName = "Id")] + public decimal? Id { get; set; } + + /// <summary> + /// 瀹℃牳鏍囪瘑 + /// </summary> + [SugarColumn(ColumnName = "MODIFY1_FLAG")] + public decimal? Modify1Flag { get; set; } + + /// <summary> + /// 閫佹鎵规 + /// </summary> + [SugarColumn(ColumnName = "LOT_NO")] + public string LotNo { get; set; } + + /// <summary> + /// 澶勭悊鏂规硶 + /// </summary> + [SugarColumn(ColumnName = "FNG_HANDLE")] + public string FngHandle { get; set; } + + /// <summary> + /// 鐗╂枡鐗堟湰 + /// </summary> + [SugarColumn(ColumnName = "FVERSION")] + public decimal? Fversion { get; set; } + + /// <summary> + /// 澶囨敞淇℃伅 + /// </summary> + [SugarColumn(ColumnName = "LOT_NO1")] + public string LotNo1 { get; set; } + + /// <summary> + /// 杞崲鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "FCOVERT_QTY")] + public string FcovertQty { get; set; } + + /// <summary> + /// 妫�楠岀粨鏋� + /// </summary> + [SugarColumn(ColumnName = "FCHECK_RESU")] + public string FcheckResu { get; set; } + + /// <summary> + /// 渚涘簲鍟嗙紪鐮� + /// </summary> + [SugarColumn(ColumnName = "SUPP_NO")] + public string SuppNo { get; set; } + + /// <summary> + /// 妫�楠屽崟鍙� + /// </summary> + [SugarColumn(ColumnName = "RELEASE_NO")] + public string ReleaseNo { get; set; } + + /// <summary> + /// 閲囪喘鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "FBATCH_QTY")] + public string FbatchQty { get; set; } + + /// <summary> + /// 鐗╂枡缂栫爜 + /// </summary> + [SugarColumn(ColumnName = "ITEM_NO")] + public string ItemNo { get; set; } + + /// <summary> + /// 妫�楠屼汉鍛� + /// </summary> + [SugarColumn(ColumnName = "FCHECK_BY")] + public string FcheckBy { get; set; } + + /// <summary> + /// 涓嶈壇鎻忚堪 + /// </summary> + [SugarColumn(ColumnName = "FNG_DESC")] + public string FngDesc { get; set; } + + /// <summary> + /// 鍒涘缓浜� + /// </summary> + [SugarColumn(ColumnName = "CREATE_BY")] + public string CreateBy { get; set; } + + /// <summary> + /// 鍒涘缓鏃堕棿 + /// </summary> + [SugarColumn(ColumnName = "CREATE_DATE")] + public string CreateDate { get; set; } + + /// <summary> + /// 鏄惁鎬ユ枡 + /// </summary> + [SugarColumn(ColumnName = "URGENT_FLAG")] + public short? UrgentFlag { get; set; } + + /// <summary> + /// 鐗╂枡鍚嶇О + /// </summary> + [SugarColumn(ColumnName = "ITEM_NAME")] + public string ItemName { get; set; } + + /// <summary> + /// 妫�楠岀被鍨� + /// </summary> + [SugarColumn(ColumnName = "QATYPE")] + public string Qatype { get; set; } + + /// <summary> + /// 妫�楠屾棩鏈� + /// </summary> + [SugarColumn(ColumnName = "DATE_01")] + public string Date01 { get; set; } + + /// <summary> + /// 渚涘簲鍟嗗悕绉� + /// </summary> + [SugarColumn(ColumnName = "SUPP_NAME")] + public string SuppName { get; set; } + + /// <summary> + /// 鐗╂枡瑙勬牸 + /// </summary> + [SugarColumn(ColumnName = "ITEM_MODEL")] + public string ItemModel { get; set; } + + /// <summary> + /// 搴撳瓨鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "KC_QTY")] + public decimal? KcQty { get; set; } + + /// <summary> + /// 鍗曟嵁鐘舵�� + /// </summary> + [SugarColumn(ColumnName = "STATUS")] + public string STATUS { get; set; } + + /// <summary> + /// 濮斿鏍囪瘑锛�0锛氶噰璐� 銆�1锛氬澶栵級 + /// </summary> + [SugarColumn(ColumnName = "F_TYPE")] + public int Ftype { get; set; } +} \ No newline at end of file -- Gitblit v1.9.3